Passed
Push — 1.0.x ( 6cfe9a...16fd64 )
by Koldo
02:42
created
src/Segment.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         $match = false;
45 45
 
46 46
         /**
47
- * @var mixed $value
47
+         * @var mixed $value
48 48
 */
49 49
         foreach ($this->criteria as $key => $value) {
50 50
             if (array_key_exists($key, $payload) && $value === $payload[$key]) {
Please login to merge, or discard this patch.