upgrade to laravel 7 and set branch to v2
This commit is contained in:
2
vendor/symfony/process/ProcessUtils.php
vendored
2
vendor/symfony/process/ProcessUtils.php
vendored
@@ -39,7 +39,7 @@ class ProcessUtils
|
||||
*
|
||||
* @throws InvalidArgumentException In case the input is not valid
|
||||
*/
|
||||
public static function validateInput($caller, $input)
|
||||
public static function validateInput(string $caller, $input)
|
||||
{
|
||||
if (null !== $input) {
|
||||
if (\is_resource($input)) {
|
||||
|
||||
Reference in New Issue
Block a user