From 046d55e8868af2c93ae7c0700edfc1e26820602b Mon Sep 17 00:00:00 2001 From: Firehed Date: Tue, 27 Aug 2013 16:08:38 -0700 Subject: [PATCH] Change 'generated' notice to @phpdoc-style annotation While it isn't an official part of the syntax, it integrates better with other tools that ignore diffs on generated code. --- src/Composer/Autoload/AutoloadGenerator.php | 12 ++++++------ .../Test/Autoload/AutoloadGeneratorTest.php | 16 ++++++++-------- .../Test/Autoload/Fixtures/autoload_classmap.php | 2 +- .../Autoload/Fixtures/autoload_classmap2.php | 2 +- .../Autoload/Fixtures/autoload_classmap3.php | 2 +- .../Autoload/Fixtures/autoload_classmap4.php | 2 +- .../Autoload/Fixtures/autoload_classmap5.php | 2 +- .../Autoload/Fixtures/autoload_classmap6.php | 2 +- .../Test/Autoload/Fixtures/autoload_files.php | 2 +- .../autoload_files_files_by_dependency.php | 2 +- .../Fixtures/autoload_files_functions.php | 2 +- .../Fixtures/autoload_files_target_dir.php | 2 +- .../Autoload/Fixtures/autoload_functions.php | 2 +- .../autoload_functions_by_dependency.php | 2 +- .../Test/Autoload/Fixtures/autoload_main.php | 2 +- .../Test/Autoload/Fixtures/autoload_main2.php | 2 +- .../Test/Autoload/Fixtures/autoload_main3.php | 2 +- .../autoload_real_files_by_dependency.php | 2 +- .../Fixtures/autoload_real_functions.php | 2 +- .../Fixtures/autoload_real_include_path.php | 2 +- .../Fixtures/autoload_real_target_dir.php | 2 +- .../Autoload/Fixtures/autoload_target_dir.php | 2 +- .../Test/Autoload/Fixtures/autoload_vendors.php | 2 +- .../Test/Autoload/Fixtures/include_paths.php | 2 +- 24 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/Composer/Autoload/AutoloadGenerator.php b/src/Composer/Autoload/AutoloadGenerator.php index b0fe9b232..8d6dcb793 100644 --- a/src/Composer/Autoload/AutoloadGenerator.php +++ b/src/Composer/Autoload/AutoloadGenerator.php @@ -59,7 +59,7 @@ class AutoloadGenerator $namespacesFile = <<