Skip to content

Commit

Permalink
Fix issues reported by test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatacconi committed Dec 12, 2023
1 parent 5be5358 commit a32afcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function __construct(protected $id, $command)
*
* @param string|null $sourceFile
*
* @return string
* @return string|null
*/
public function sourceFile($sourceFile)
{
Expand Down

0 comments on commit a32afcf

Please sign in to comment.