Completed
Branch master (5fd745)
by
unknown
02:06
created
src/Http/Query/BaseQueryParserTrait.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      * @param array  $parameters
31 31
      * @param string $errorTitle
32 32
      *
33
-     * @return iterable
33
+     * @return \Generator
34 34
      */
35 35
     protected function getIncludes(array $parameters, string $errorTitle): iterable
36 36
     {
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
      * @param array  $parameters
54 54
      * @param string $errorTitle
55 55
      *
56
-     * @return iterable
56
+     * @return \Generator
57 57
      */
58 58
     protected function getFields(array $parameters, string $errorTitle): iterable
59 59
     {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      * @param array  $parameters
74 74
      * @param string $errorTitle
75 75
      *
76
-     * @return iterable
76
+     * @return \Generator
77 77
      */
78 78
     protected function getSorts(array $parameters, string $errorTitle): iterable
79 79
     {
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
      * @param string|mixed $shouldBeString
107 107
      * @param string       $errorTitle
108 108
      *
109
-     * @return iterable
109
+     * @return \Generator
110 110
      */
111 111
     private function splitCommaSeparatedStringAndCheckNoEmpties(
112 112
         string $paramName,
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
      * @param string       $separator
123 123
      * @param string       $errorTitle
124 124
      *
125
-     * @return iterable
125
+     * @return \Generator
126 126
      */
127 127
     private function splitStringAndCheckNoEmpties(
128 128
         string $paramName,
Please login to merge, or discard this patch.