From bda2bcac135bc89a96e543a0e950b4bf33f07174 Mon Sep 17 00:00:00 2001 From: Andreas Hennings Date: Sun, 22 Dec 2013 19:39:09 +0100 Subject: [PATCH] Fix indentation of assignment in AutoloadGeneratorTest --- tests/Composer/Test/Autoload/AutoloadGeneratorTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php b/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php index 7d3d8ba9c..6d44721bb 100644 --- a/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php +++ b/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php @@ -874,7 +874,7 @@ return array( EOF; - $expectedClassmap = <<<'EOF' + $expectedClassmap = <<<'EOF'