Completed
Push — master ( ad8ffb...6a6774 )
by Vitaly
14:22 queued 11:33
created
src/Generator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 namespace samsoncms\api;
9 9
 
10
-use samsoncms\api\query\Material;
11 10
 use samsonframework\orm\DatabaseInterface;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
src/query/Material.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -129,6 +129,7 @@
 block discarded – undo
129 129
      *
130 130
      * @param string $fieldName Entity field name
131 131
      * @param string $fieldValue Value
132
+     * @param string $fieldRelation
132 133
      * @return self Chaining
133 134
      */
134 135
     public function where($fieldName, $fieldValue = null, $fieldRelation = ArgumentInterface::EQUAL)
Please login to merge, or discard this patch.