Completed
Push — master ( 72db84...f978a2 )
by Yann
02:16
created
DependencyInjection/Configuration.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     }
217 217
 
218 218
     /**
219
-     * @return callable
219
+     * @return \Closure
220 220
      */
221 221
     private function stringToArray()
222 222
     {
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
     }
227 227
 
228 228
     /**
229
-     * @return callable
229
+     * @return \Closure
230 230
      */
231 231
     private function isNotHash()
232 232
     {
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
     /**
247 247
      * @param string $node
248 248
      *
249
-     * @return callable
249
+     * @return \Closure
250 250
      */
251 251
     private function nodeRequiredIfEnabled($node)
252 252
     {
Please login to merge, or discard this patch.