laravel-6 support
This commit is contained in:
@@ -28,9 +28,7 @@ interface ParserInterface
|
||||
/**
|
||||
* Parses given selector source into an array of tokens.
|
||||
*
|
||||
* @param string $source
|
||||
*
|
||||
* @return SelectorNode[]
|
||||
*/
|
||||
public function parse($source);
|
||||
public function parse(string $source): array;
|
||||
}
|
||||
|
Reference in New Issue
Block a user