Skip to content

Commit

Permalink
Merge pull request #374 from beberlei/FixNameImportStyles
Browse files Browse the repository at this point in the history
Housekeeping: phpcs fixes
  • Loading branch information
beberlei authored Oct 24, 2020
2 parents 88fb6fb + 7379d2c commit 8fe07a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dist: xenial
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
2 changes: 2 additions & 0 deletions lib/Doctrine/Common/Annotations/TokenParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
use const T_AS;
use const T_COMMENT;
use const T_DOC_COMMENT;
use const T_NAME_FULLY_QUALIFIED;
use const T_NAME_QUALIFIED;
use const T_NAMESPACE;
use const T_NS_SEPARATOR;
use const T_STRING;
Expand Down

0 comments on commit 8fe07a5

Please sign in to comment.