Skip to content

Commit

Permalink
Fixed invalid PHP 5.6 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 7, 2020
1 parent 7c665ec commit 638077c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions tests/Tokenizer/Analyzer/Analysis/CaseAnalysisTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of PHP CS Fixer.
*
Expand Down
2 changes: 0 additions & 2 deletions tests/Tokenizer/Analyzer/Analysis/SwitchAnalysisTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of PHP CS Fixer.
*
Expand Down
2 changes: 0 additions & 2 deletions tests/Tokenizer/Analyzer/SwitchAnalyzerTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of PHP CS Fixer.
*
Expand Down

0 comments on commit 638077c

Please sign in to comment.