Completed
Pull Request — master (#58)
by ignace nyamagana
03:54
created
src/Components/Fragment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      * <li> string: Otherwise
74 74
      * </ul>
75 75
      *
76
-     * @return string|int|null
76
+     * @return null|string
77 77
      */
78 78
     public function getComponent()
79 79
     {
Please login to merge, or discard this patch.
src/Components/Query.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
      * <li> string: Otherwise
121 121
      * </ul>
122 122
      *
123
-     * @return string|int|null
123
+     * @return null|string
124 124
      */
125 125
     public function getComponent()
126 126
     {
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
      * This method MUST retain the state of the current instance, and return
209 209
      * an instance that contains the modified query
210 210
      *
211
-     * @param Query|string $query the data to be merged query can be
211
+     * @param Query $query the data to be merged query can be
212 212
      *                            - another Interfaces\Query object
213 213
      *                            - a string or a Stringable object
214 214
      *
Please login to merge, or discard this patch.