Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 865d6ad

Browse files
authored
Merge pull request #4 from ke20/add-phpstan
add phpstan into the project
2 parents 353afe7 + 18849e0 commit 865d6ad

File tree

5 files changed

+980
-1
lines changed

5 files changed

+980
-1
lines changed

‎.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ before_script:
1010
- composer install --dev
1111

1212
script:
13+
- vendor/bin/phpstan analyse src
1314
- bin/phpunit

‎composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"symfony/yaml": "^4.2"
1616
},
1717
"require-dev": {
18+
"phpstan/phpstan-doctrine": "^0.11.6",
19+
"phpstan/phpstan-symfony": "^0.11.6",
1820
"roave/security-advisories": "dev-master",
1921
"symfony/browser-kit": "^4.2",
2022
"symfony/css-selector": "^4.2",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /