Passed
Branch master (88c073)
by Divine Niiquaye
10:25
created
Category
src/Commit/Tree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
             return;
81 81
         }
82 82
 
83
-        $o = $this->repository->run('ls-tree', [$this->__toString(),'--format=%(objectmode) %(objecttype) %(objectname) %(path)']);
83
+        $o = $this->repository->run('ls-tree', [$this->__toString(), '--format=%(objectmode) %(objecttype) %(objectname) %(path)']);
84 84
 
85 85
         if (empty($o) || 0 !== $this->repository->getExitCode()) {
86 86
             throw new \RuntimeException(\sprintf('Failed to get tree data for "%s"', $this->__toString()));
Please login to merge, or discard this patch.