Completed
Push — master ( 1fd713...646730 )
by Vitaly
05:38
created
src/Entity.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\FieldNavigation;
11 10
 use samsonframework\orm\QueryInterface;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
src/MaterialField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      * @param QueryInterface $query Query object instance
72 72
      * @param string $materialID Material identifier
73 73
      * @param string $fieldID Additional field identifier
74
-     * @param mixed $return Variable to return found database record
74
+     * @param MaterialField[] $return Variable to return found database record
75 75
      * @param string $locale Locale identifier
76 76
      * @return bool|null|self[]  Field instance or null if 3rd parameter not passed
77 77
      */
Please login to merge, or discard this patch.