Passed
Push — dev-1817 ( 07e35d )
by Michiel
08:39
created
tests/Phing/Test/Task/Ext/Git/GitArchiveTaskTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 {
33 33
     public function setUp(): void
34 34
     {
35
-        if (! class_exists('VersionControl_Git')) {
35
+        if (!class_exists('VersionControl_Git')) {
36 36
             $this->markTestSkipped('The Git tasks depend on the pear/versioncontrol_git package being installed.');
37 37
         }
38 38
         // set temp directory used by test cases
Please login to merge, or discard this patch.