Skip to content

Commit

Permalink
NewPCREModifiers: remove duplicate array key
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jul 29, 2019
1 parent 8d30692 commit 96c141c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 96c141c

Please sign in to comment.