Browse Source

Fix indentation of assignment in AutoloadGeneratorTest

Andreas Hennings 11 năm trước cách đây
mục cha
commit
bda2bcac13
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      tests/Composer/Test/Autoload/AutoloadGeneratorTest.php

+ 2 - 2
tests/Composer/Test/Autoload/AutoloadGeneratorTest.php

@@ -874,7 +874,7 @@ return array(
 
 EOF;
 
-    $expectedClassmap = <<<'EOF'
+        $expectedClassmap = <<<'EOF'
 <?php
 
 // autoload_classmap.php @generated by Composer
@@ -941,7 +941,7 @@ return array(
 
 EOF;
 
-    $expectedClassmap = <<<'EOF'
+        $expectedClassmap = <<<'EOF'
 <?php
 
 // autoload_classmap.php @generated by Composer