Completed
Pull Request — 3.x (#243)
by Christian
03:52
created
src/Builder/FormContractor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
      * NEXT_MAJOR: See next major comments above, this method should be removed when dropping support for Symfony <2.8.
137 137
      *
138 138
      * @param string $type
139
-     * @param array  $types
139
+     * @param string[]  $types
140 140
      *
141 141
      * @return bool
142 142
      */
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
 
148 148
     /**
149 149
      * @param string $type
150
-     * @param array  $classes
150
+     * @param string[]  $classes
151 151
      *
152 152
      * @return array
153 153
      */
Please login to merge, or discard this patch.
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.