]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Enable PHPStan 3859/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 17 Jan 2019 13:28:05 +0000 (14:28 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 18 Jan 2019 14:25:50 +0000 (15:25 +0100)
commit1e0d8ad7b728f6fb2cd886526b0fb84ef803e84f
treeb4f38bf4a01580f5f7218440e7054688d7178e53
parent8445ad4790ff4f3f9759f9bfa0d503ad5654e30e
Enable PHPStan

- Fix error for level 0 & 1 (level 7 has 699 errors...)
- Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
27 files changed:
.travis.yml
app/DoctrineMigrations/Version20190117131816.php [new file with mode: 0644]
composer.json
phpstan.neon [new file with mode: 0644]
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Entity/SiteCredential.php
src/Wallabag/CoreBundle/Helper/RuleBasedTagger.php
tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php
tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
tests/Wallabag/CoreBundle/Controller/ExportControllerTest.php
tests/Wallabag/CoreBundle/Controller/RssControllerTest.php
tests/Wallabag/CoreBundle/Helper/RedirectTest.php
tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php
tests/Wallabag/ImportBundle/Consumer/AMQPEntryConsumerTest.php
tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php
tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php
tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php
tests/Wallabag/ImportBundle/Controller/InstapaperControllerTest.php
tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php
tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php
tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php
tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php
tests/Wallabag/UserBundle/Controller/ManageControllerTest.php
tests/Wallabag/UserBundle/Mailer/AuthCodeMailerTest.php
tests/Wallabag/UserBundle/Mailer/CountableMemorySpool.php [new file with mode: 0644]