Skip to content

Commit 0100c4b

Browse files
authored
Update Abstraction.php
1 parent 2760713 commit 0100c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Backup/Compressor/Abstraction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ abstract class Abstraction extends Cli implements Compressible
4242
* @param \SebastianFeldmann\Cli\Command\Runner $runner
4343
* @throws \phpbu\App\Exception
4444
*/
45-
public function __construct($path, $pathToCommand = '', Runner $runner = null)
45+
public function __construct($path, $pathToCommand = '', ?Runner $runner = null)
4646
{
4747
if (empty($path)) {
4848
throw new Exception('no path to compress set');

0 commit comments

Comments
 (0)