8000 minor #35 Bump PHP CS Fixer (derrabus) · symfony/acl-bundle@e4d9aa5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4d9aa5

Browse files
committed
minor #35 Bump PHP CS Fixer (derrabus)
This PR was merged into the main branch. Discussion ---------- Bump PHP CS Fixer Commits ------- 2a7678f Bump PHP CS Fixer
2 parents 090e02b + 2a7678f commit e4d9aa5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
uses: actions/checkout@v2
6666

6767
- name: PHP-CS-Fixer
68-
uses: docker://oskarstark/php-cs-fixer-ga:2.18.6
68+
uses: docker://oskarstark/php-cs-fixer-ga:3.0.0
6969
with:
7070
args: --diff --dry-run

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
vendor/
22
composer.lock
33
phpunit.xml
4-
.php_cs.cache
5-
.php_cs
4+
.php-cs-fixer.cache
5+
.php-cs-fixer.php
66
.phpunit.result.cache
File renamed without changes.

tests/Functional/SetAclCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
*/
3131
class SetAclCommandTest extends FunctionalTestCase
3232
{
33-
const OBJECT_CLASS = Car::class;
34-
const SECURITY_CLASS = User::class;
33+
private const OBJECT_CLASS = Car::class;
34+
private const SECURITY_CLASS = User::class;
3535

3636
public function testSetAclRole()
3737
{

0 commit comments

Comments
 (0)
0