Passed
Push — master ( 11230f...5f5cdb )
by Jakub
12:32
created
src/TestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     /**
110 110
      * Get name for a job
111 111
      */
112
-    protected function getJobName(string|object $class, string $method): string
112
+    protected function getJobName(string | object $class, string $method): string
113 113
     {
114 114
         $annotation = $this->annotationsReader->getAnnotation(static::ANNOTATION_TEST, $class, $method);
115 115
         if ($annotation !== null) {
Please login to merge, or discard this patch.