Skip to content

Commit a86c441

Browse files
committed
minor symfony#43 Add usage of PHP CS Fixer (keradus)
This PR was merged into the master branch. Discussion ---------- Add usage of PHP CS Fixer Commits ------- 530494e Add usage of PHP CS Fixer
2 parents 6ff0846 + 530494e commit a86c441

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
language: php
2-
before_script: composer install --prefer-source
3-
script: php validator.php
2+
3+
install:
4+
- travis_retry composer install --no-interaction --prefer-source
5+
6+
script:
7+
- php validator.php

validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
break;
7070
}
7171
}
72-
72+
7373
if (!$hasMax) {
7474
$messages[$path][] = sprintf('"versions" must have an upper bound for branch "%s".', $name);
7575
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy