Laravel 5.6 updates
Travis config update Removed HHVM script as Laravel no longer support HHVM after releasing 5.3
This commit is contained in:
2
vendor/symfony/console/Input/StringInput.php
vendored
2
vendor/symfony/console/Input/StringInput.php
vendored
@@ -30,7 +30,7 @@ class StringInput extends ArgvInput
|
||||
/**
|
||||
* @param string $input A string representing the parameters from the CLI
|
||||
*/
|
||||
public function __construct($input)
|
||||
public function __construct(string $input)
|
||||
{
|
||||
parent::__construct(array());
|
||||
|
||||
|
Reference in New Issue
Block a user