Skip to content

Commit

Permalink
Doc Block in regexp rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Dyan committed Aug 28, 2015
1 parent bd92a80 commit 0258447
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Rule/ReplaceRegexp.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
*/
class ReplaceRegexp extends AbstractRule
{
/**
* PHP Constants that says what's happened with the PregRegexp
* @var array
*/
protected $pregErrs = array(
\PREG_INTERNAL_ERROR => 'Internal Error',
\PREG_BACKTRACK_LIMIT_ERROR => 'Backtrack limit',
Expand Down

0 comments on commit 0258447

Please sign in to comment.