Skip to content

Commit

Permalink
Merge pull request #849 from PHPCompatibility/feature/minor-list-arra…
Browse files Browse the repository at this point in the history
…ys-cleanup

Remove duplicate array entries
  • Loading branch information
wimg committed Aug 26, 2019
2 parents 73d29af + 96c141c commit 5c617a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions PHPCompatibility/Sniffs/FunctionUse/NewFunctionsSniff.php
Expand Up @@ -849,10 +849,6 @@ class NewFunctionsSniff extends AbstractNewFeatureSniff
'5.4' => false,
'5.5' => true,
),
'datefmt_get_calendar_object' => array(
'5.4' => false,
'5.5' => true,
),
'intlcal_create_instance' => array(
'5.4' => false,
'5.5' => true,
Expand Down
Expand Up @@ -30,7 +30,6 @@ class NewPCREModifiersSniff extends RemovedPCREModifiersSniff
* @var array
*/
protected $targetFunctions = array(
'preg_replace' => true,
'preg_filter' => true,
'preg_grep' => true,
'preg_match_all' => true,
Expand Down

0 comments on commit 5c617a4

Please sign in to comment.