Skip to content

Conversation

@michaelmoussa
Copy link
Contributor

Fixes Travis errors:

$ output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 .); if [[ $output ]]; then while read -r line; do echo -e "\e[00;31m$line\e[00m"; done <<< "$output"; false; fi;
1) tests/AssetManagerTest/Service/AssetManagerTest.php (function_declaration)
2) tests/AssetManagerTest/Resolver/CollectionResolverTest.php (function_declaration)
3) src/AssetManager/Service/AssetCachanager.php (function_declaration)
4) src/AssetManager/Cache/FilePathCache.php (function_declaration)

@RWOverdijk
Copy link
Owner

You keep showering your awesome all over the place here man. Thanks again!

RWOverdijk added a commit that referenced this pull request Dec 5, 2013
Fixes PSR2 errors for php-cs-fixer
@RWOverdijk RWOverdijk merged commit 0dfa39a into RWOverdijk:master Dec 5, 2013
@michaelmoussa
Copy link
Contributor Author

Thanks! :)

@michaelmoussa michaelmoussa deleted the travis-psr2-fix branch December 5, 2013 21:59
@RWOverdijk
Copy link
Owner

No no no no, thank you! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants