Completed
Push — 4.0 ( c6bc6b...71d650 )
by Serhii
02:10
created
src/Detection/AbstractDetection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public function init(Detector $detector)
22 22
     {
23 23
         $this->detector = $detector;
24
-        echo static::class . PHP_EOL;
24
+        echo static::class.PHP_EOL;
25 25
     }
26 26
 
27 27
     protected function initResultObject()
Please login to merge, or discard this patch.