Browse Source

Remove PHP7 syntax from backport.

Mark Story 6 years ago
parent
commit
27f589cc1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Association/Loader/SelectWithPivotLoader.php

+ 1 - 1
src/ORM/Association/Loader/SelectWithPivotLoader.php

@@ -130,7 +130,7 @@ class SelectWithPivotLoader extends SelectLoader
     /**
      * @inheritDoc
      */
-    protected function _assertFieldsPresent(Query $fetchQuery, array $key): void
+    protected function _assertFieldsPresent(Query $fetchQuery, array $key)
     {
         // _buildQuery() manually adds in required fields from junction table
     }