Open MicMonen opened 8 years ago
Unwanted style changes inside the declare statement.
declare(strict_types=1);
will become
declare (strict_types = 1);
Unwanted style changes inside the declare statement.
declare(strict_types=1);
will become
declare (strict_types = 1);