File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public function __construct(string $path)
5757 *
5858 * @see \Pickle\Base\Interfaces\Archive\Unzipper::__destruct()
5959 */
60- public function __destruct (): void
60+ public function __destruct ()
6161 {
6262 }
6363
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public function __construct(string $path)
5656 *
5757 * @see \Pickle\Base\Interfaces\Archive\Unzipper::__destruct()
5858 */
59- public function __destruct (): void
59+ public function __destruct ()
6060 {
6161 parent ::__destruct ();
6262 }
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public function __construct(string $path);
5050 /**
5151 * Close the archive.
5252 */
53- public function __destruct (): void ;
53+ public function __destruct ();
5454
5555 /**
5656 * Extract the archive contents to a specific directory.
You can’t perform that action at this time.
0 commit comments