Passed
Branch main (a747ee)
by Carlos C
02:22
created
Category
examples/SoftDaemonExample.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 use SoftDaemon\SoftDaemon;
14 14
 
15 15
 /* @var Composer\Autoload\ClassLoader $autoloader */
16
-$loader = include_once __DIR__.'/../vendor/autoload.php';
16
+$loader = include_once __DIR__ . '/../vendor/autoload.php';
17 17
 $loader->add('', __DIR__);
18 18
 
19 19
 $sequencer = new LinearSequencer();
Please login to merge, or discard this patch.