AKSW / OntoWiki

Semantic data wiki as well as Linked Data publishing engine
https://ontowiki.net
204 stars 51 forks source link

added 2 if cases for empty years to check line for if it exists. shou… #356

Closed shinobu closed 8 years ago

shinobu commented 8 years ago

…ld fix #354

but it would be good if you test it with the files you had problems with @white-gecko

white-gecko commented 8 years ago

Could you please also follow the coding standards and style guide in code sniffer files?

FILE: ...niffer/Standards/Ontowiki/Sniffs/Commenting/FileCommentSniff.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
 89 | ERROR | Expected "if (...) {\n"; found "if(...) {\n"
 98 | ERROR | Expected "if (...) {\n"; found "if(...) {\n"
----------------------------------------------------------------------
shinobu commented 8 years ago

done