Passed
Push — master ( e729e7...b0febc )
by Jakub
01:57
created
src/mytester.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
 $cmd = new Parser("", [
15 15
     "path" => [
16
-        Parser::Default => $vendorDirectory . "/../tests",
16
+        Parser::default => $vendorDirectory . "/../tests",
17 17
     ],
18 18
     "--colors" => [
19 19
         Parser::Optional => true,
Please login to merge, or discard this patch.
src/SkipChecker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     /**
50 50
      * Check whether to skip a test method
51 51
      */
52
-    public function shouldSkip(string $class, string $method): bool|string
52
+    public function shouldSkip(string $class, string $method): bool | string
53 53
     {
54 54
         $value = $this->getSkipValue($class, $method);
55 55
         if (is_scalar($value)) {
Please login to merge, or discard this patch.