Completed
Pull Request — master (#33)
by Timothée
07:51
created
DependencyInjection/Compiler/UnknownMiddleware.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,6 +6,9 @@
 block discarded – undo
6 6
 
7 7
 class UnknownMiddleware extends \RuntimeException
8 8
 {
9
+    /**
10
+     * @param string $serviceId
11
+     */
9 12
     public static function withId($serviceId)
10 13
     {
11 14
         return new static(
Please login to merge, or discard this patch.