andkirby / commithook

CommitHooks code validation and auto-formatting commit message.
GNU General Public License v3.0
7 stars 3 forks source link

app error: PHPError [2] preg_match(): Compilation failed: unknown property name after \P or \p at offset 51 at file D:\home\commithook\src\lib\PreCommit\Validator\ParentThis.php:141 #131

Closed andkirby closed 7 years ago

andkirby commented 7 years ago

There an error on checking parent class:

app error: PHPError [2] preg_match(): Compilation failed: unknown property name after \P or \p at offset 51 at file D:\home\commithook\src\lib\PreCommit\Validator\ParentThis.php:141

Test code:

abstract class AbstractAction extends \Magento\Catalog\Model\Indexer\Category\Product\AbstractAction
{
}