Skip to content

Commit 93c23e8

Browse files
committed
fix annotation command
1 parent 794c13d commit 93c23e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/EnumAnnotateCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ protected function updateClassDocblock(ReflectionEnum $reflectionEnum, DocBlockG
139139
}
140140

141141
$this->filesystem->put($fileName, $contents);
142-
$this->info("Wrote new phpDocBlock to {$fileName}.");
142+
$this->info("Written new phpDocBlock to {$fileName}.");
143143
}
144144
}
145145

0 commit comments

Comments
 (0)