Completed
Push — master ( 7e89d5...1fd713 )
by Vitaly
11:09 queued 05:45
created
src/query/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     /**
96 96
      * Retrieve entities from database.
97 97
      *
98
-     * @param string|array $relationID Relation entity identifier or collection
98
+     * @param string $relationID Relation entity identifier or collection
99 99
      * @param mixed $relationValue Relation entity value
100 100
      * @param string $executor Query execution function name
101 101
      * @return mixed[] Collection of entity instances for this relation identifier
Please login to merge, or discard this patch.
src/FieldsTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         return $this->collection;
64 64
     }
65 65
 
66
-    /** @return array Collection of table rows(materials) identifiers */
66
+    /** @return string|null Collection of table rows(materials) identifiers */
67 67
     protected function rowIDs()
68 68
     {
69 69
         // Get collection of nested materials
Please login to merge, or discard this patch.