Completed
Pull Request — master (#51)
by Robin
02:45
created
src/DependencyInjection/Compiler/UnknownMiddlewareException.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
         );
12 12
     }
13 13
 
14
+    /**
15
+     * @param string $serviceId
16
+     */
14 17
     private static function completeHelpMessage($serviceId)
15 18
     {
16 19
         $helpMessages = [
Please login to merge, or discard this patch.