We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2760713 commit 0100c4bCopy full SHA for 0100c4b
src/Backup/Compressor/Abstraction.php
@@ -42,7 +42,7 @@ abstract class Abstraction extends Cli implements Compressible
42
* @param \SebastianFeldmann\Cli\Command\Runner $runner
43
* @throws \phpbu\App\Exception
44
*/
45
- public function __construct($path, $pathToCommand = '', Runner $runner = null)
+ public function __construct($path, $pathToCommand = '', ?Runner $runner = null)
46
{
47
if (empty($path)) {
48
throw new Exception('no path to compress set');
0 commit comments