Skip to content

Commit e243e8f

Browse files
committed
Updated to PHP7.4
1 parent a47ba11 commit e243e8f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $finder = PhpCsFixer\Finder::create()
44
->in('lib')
55
->in('tests')
66
->exclude([
7-
'Integration/Composer/project'
7+
'tests/Workspace'
88
])
99
;
1010

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7+
- 7.4
78

89
sudo: false
910

tests/Integration/Composer/project/classmap/Acme/Post.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ class Generator
77
}
88

99
class SubGenerator
10-
{}
10+
{
11+
}

0 commit comments

Comments
 (0)