Skip to content

Commit

Permalink
Remove constructor from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jonerickson committed Sep 29, 2024
1 parent cd92d0d commit 8f01a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Contracts/TemporaryDirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
*/
interface TemporaryDirectory
{
public function __construct(string $location = '');
}

0 comments on commit 8f01a89

Please sign in to comment.