Skip to content

Instantly share code, notes, and snippets.

View sergey-s's full-sized avatar

Sergey Sytsevich sergey-s

  • Tbilisi, Georgia
View GitHub Profile
@sergey-s
sergey-s / checkstyle-format-example.xml
Created September 6, 2012 14:43
PHP_CodeSniffer checkstyle XML to HTML transformation
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="1.3.6">
<file name="/Path/To/Class.php">
<error line="5" column="1" severity="error" message="Missing class doc comment" source="Symfony2.Commenting.ClassComment.Missing"/>
</file>
</checkstyle>