Skip to content

Commit

Permalink
Update Machine.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersai authored May 13, 2020
1 parent 7af8cb1 commit 82f45f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Machine.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private function saveParameters()
/**
* @throws Exception
*/
private function ensureClassExist(string $class, string $message): void
private function ensureClassExist(?string $class, string $message): void
{
throw_if(
!class_exists($class),
Expand Down

0 comments on commit 82f45f8

Please sign in to comment.