Completed
Push — 2.x-dev-kit ( 6e1aa4...d16620 )
by
unknown
09:54 queued 07:40
created
Filter/ModelFilter.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,8 +47,8 @@  discard block
 block discarded – undo
47 47
 
48 48
     /**
49 49
      * @param ProxyQueryInterface $queryBuilder
50
-     * @param type                $alias
51
-     * @param type                $field
50
+     * @param string                $alias
51
+     * @param string                $field
52 52
      * @param type                $data
53 53
      *
54 54
      * @return type
@@ -75,8 +75,8 @@  discard block
 block discarded – undo
75 75
 
76 76
     /**
77 77
      * @param ProxyQueryInterface $queryBuilder
78
-     * @param type                $alias
79
-     * @param type                $field
78
+     * @param string                $alias
79
+     * @param string                $field
80 80
      * @param type                $data
81 81
      *
82 82
      * @return type
Please login to merge, or discard this patch.
Filter/NumberFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * @param $type
48 48
      *
49
-     * @return bool
49
+     * @return string|false
50 50
      */
51 51
     private function getOperator($type)
52 52
     {
Please login to merge, or discard this patch.
Filter/StringFilter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 {
20 20
     /**
21 21
      * @param ProxyQueryInterface $queryBuilder
22
-     * @param string              $alias
23 22
      * @param string              $field
24 23
      * @param string              $data
25 24
      *
Please login to merge, or discard this patch.
Model/ModelManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -472,7 +472,7 @@
 block discarded – undo
472 472
      *
473 473
      * @param string $property
474 474
      *
475
-     * @return mixed
475
+     * @return string
476 476
      */
477 477
     protected function camelize($property)
478 478
     {
Please login to merge, or discard this patch.