Completed
Push — master ( 1aa3b0...e281c9 )
by Tomasz
02:34
created
src/Gendoria/CommandQueue/RouteDetection/Detector/CachedRouteDetector.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -36,6 +36,7 @@  discard block
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * {@inheritdoc}
39
+     * @param string $poolName
39 40
      */
40 41
     public function addRoute($expression, $poolName)
41 42
     {
@@ -49,6 +50,7 @@  discard block
 block discarded – undo
49 50
 
50 51
     /**
51 52
      * {@inheritdoc}
53
+     * @param string $route
52 54
      */
53 55
     public function setDefault($route)
54 56
     {
Please login to merge, or discard this patch.
src/Gendoria/CommandQueue/RouteDetection/Detector/RouteDetector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
      *
97 97
      * @param string $className
98 98
      *
99
-     * @return DetectionInterface
99
+     * @return string
100 100
      *
101 101
      * @throws InvalidArgumentException Thrown, if argument is not a class name.
102 102
      */
Please login to merge, or discard this patch.