]> git.immae.eu Git - github/wallabag/wallabag.git/commit
CS 1383/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Aug 2015 05:53:55 +0000 (07:53 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Aug 2015 05:53:55 +0000 (07:53 +0200)
commit8ce32af61229eec8f4cc34b207273d47f60adc48
tree4d878e6d4eb5c1baab95cd02e3eb95ee4182a399
parent34437f408c5b7b590aded6795d7ce01bfbfc7711
CS

We shouldn't forget to run `php-cs-fixer` time to time
22 files changed:
app/AppKernel.php
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php
src/Wallabag/ApiBundle/Security/Firewall/WsseListener.php
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Controller/SecurityController.php
src/Wallabag/CoreBundle/Controller/StaticController.php
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php
src/Wallabag/CoreBundle/Entity/Tag.php
src/Wallabag/CoreBundle/Entity/User.php
src/Wallabag/CoreBundle/Filter/EntryFilterType.php
src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php
src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php
src/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverter.php
src/Wallabag/CoreBundle/Repository/TagRepository.php
src/Wallabag/CoreBundle/Security/Authentication/Encoder/WallabagPasswordEncoder.php
src/Wallabag/CoreBundle/Service/Extractor.php
src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
src/Wallabag/CoreBundle/Tests/Controller/TagControllerTest.php