Completed
Push — master ( bae860...fc1986 )
by Grégoire
11s
created
src/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.
src/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.
src/Filter/StringFilter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 {
19 19
     /**
20 20
      * @param ProxyQueryInterface $queryBuilder
21
-     * @param string              $alias
22 21
      * @param string              $field
23 22
      * @param string              $data
24 23
      */
Please login to merge, or discard this patch.
src/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.