mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix indentation of assignment in AutoloadGeneratorTest
This commit is contained in:
parent
8966376f40
commit
bda2bcac13
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue