validation-bugsnag-email
This commit is contained in:
6
vendor/psy/psysh/src/ParserFactory.php
vendored
6
vendor/psy/psysh/src/ParserFactory.php
vendored
@@ -3,7 +3,7 @@
|
||||
/*
|
||||
* This file is part of Psy Shell.
|
||||
*
|
||||
* (c) 2012-2022 Justin Hileman
|
||||
* (c) 2012-2023 Justin Hileman
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
@@ -27,7 +27,7 @@ class ParserFactory
|
||||
/**
|
||||
* Possible kinds of parsers for the factory, from PHP parser library.
|
||||
*
|
||||
* @return array
|
||||
* @return string[]
|
||||
*/
|
||||
public static function getPossibleKinds(): array
|
||||
{
|
||||
@@ -48,8 +48,6 @@ class ParserFactory
|
||||
* New parser instance with given kind.
|
||||
*
|
||||
* @param string|null $kind One of class constants (only for PHP parser 2.0 and above)
|
||||
*
|
||||
* @return Parser
|
||||
*/
|
||||
public function createParser($kind = null): Parser
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user