Completed
Pull Request — 2.3 (#521)
by Grégoire
32:27
created
Filter/ClassFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * @param int $type
46 46
      *
47
-     * @return mixed
47
+     * @return string|false
48 48
      */
49 49
     private function getOperator($type)
50 50
     {
Please login to merge, or discard this patch.
Filter/StringFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     /**
54 54
      * @param string $type
55 55
      *
56
-     * @return bool
56
+     * @return string|false
57 57
      */
58 58
     private function getOperator($type)
59 59
     {
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
@@ -618,7 +618,7 @@
 block discarded – undo
618 618
      *
619 619
      * @param string $property
620 620
      *
621
-     * @return mixed
621
+     * @return string
622 622
      */
623 623
     protected function camelize($property)
624 624
     {
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
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     /**
54 54
      * @param string $type
55 55
      *
56
-     * @return bool
56
+     * @return string|false
57 57
      */
58 58
     private function getOperator($type)
59 59
     {
Please login to merge, or discard this patch.
Filter/ChoiceFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     /**
54 54
      * @param string $type
55 55
      *
56
-     * @return bool
56
+     * @return string|false
57 57
      */
58 58
     private function getOperator($type)
59 59
     {
Please login to merge, or discard this patch.