Completed
Push — 16.x ( dac5e5...d848ca )
by Tim
03:10
created
src/Simple.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -557,7 +557,7 @@
 block discarded – undo
557 557
         $this->fh = fopen($filename = $this->getPidFilename(), 'a+');
558 558
 
559 559
         // try to lock the PID file exclusive
560
-        if (!flock($this->fh, LOCK_EX|LOCK_NB)) {
560
+        if (!flock($this->fh, LOCK_EX | LOCK_NB)) {
561 561
             throw new ImportAlreadyRunningException(sprintf('PID file %s is already in use', $filename));
562 562
         }
563 563
 
Please login to merge, or discard this patch.
RoboFile.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -18,10 +18,6 @@
 block discarded – undo
18 18
  * @link      http://www.techdivision.com
19 19
  */
20 20
 
21
-use Lurker\Event\FilesystemEvent;
22
-
23
-use Symfony\Component\Finder\Finder;
24
-
25 21
 /**
26 22
  * Defines the available build tasks.
27 23
  *
Please login to merge, or discard this patch.