Skip to content

Commit ddf0c5b

Browse files
committed
Remove useless type hint
1 parent 24f7abf commit ddf0c5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Listener/InitialCodeListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public function __invoke(Event $event): void
4848
}
4949

5050
foreach ($exercise->getInitialCode()->getFiles() as $file) {
51-
/** @var SolutionFile $file */
5251
if (!file_exists($this->workingDirectory . '/' . $file->getRelativePath())) {
5352
copy($file->getAbsolutePath(), $this->workingDirectory . '/' . $file->getRelativePath());
5453
$message = 'File successfully copied to working directory';

0 commit comments

Comments
 (0)