Completed
Pull Request — master (#42)
by Ron
13:45 queued 02:01
created
DependencyInjection/Compiler/UnknownMiddlewareException.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,6 +4,9 @@
 block discarded – undo
4 4
 
5 5
 class UnknownMiddlewareException extends \RuntimeException
6 6
 {
7
+    /**
8
+     * @param string $serviceId
9
+     */
7 10
     public static function withId($serviceId)
8 11
     {
9 12
         return new static(
Please login to merge, or discard this patch.