eitankeren
Results
1
issues of
eitankeren
The syntax check mark an error if Syntax::Keyword::Try; is used without ending ";" while they aren't needed, see example below. use Syntax::Keyword::Try; try { attempt_a_thing(); return "success"; } catch ($e)...