Completed
Pull Request — master (#3)
by Pavlo
09:53
created
src/query/Relational.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/Generator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace samsoncms\api;
9 9
 
10 10
 use samson\activerecord\dbMySQLConnector;
11
-use samson\cms\CMSMaterial;
12 11
 use samsoncms\api\query\Generic;
13 12
 use samsonframework\orm\DatabaseInterface;
14 13
 
Please login to merge, or discard this patch.