Skip to content

Commit

Permalink
Housekeeping: phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Oct 24, 2020
1 parent 88fb6fb commit aa2aaee
Showing 1 changed file with 2 additions and 0 deletions.
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 aa2aaee

Please sign in to comment.