mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Updated TokenisedRegularExpression so it no longer extends Object, and moved it into the manifest directory.
This commit is contained in:
parent
05403b1ec2
commit
393893aa6d
@ -6,7 +6,7 @@
|
||||
* @package sapphire
|
||||
* @subpackage core
|
||||
*/
|
||||
class TokenisedRegularExpression extends Object {
|
||||
class TokenisedRegularExpression {
|
||||
/**
|
||||
* The regular expression definition
|
||||
*/
|
||||
@ -14,7 +14,6 @@ class TokenisedRegularExpression extends Object {
|
||||
|
||||
function __construct($expression) {
|
||||
$this->expression = $expression;
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
function findAll($tokens) {
|
Loading…
Reference in New Issue
Block a user