Skip to content

Commit 9a05b57

Browse files
authored
Apply PSR-2 coding style with PHP_CodeSniffer (#16)
1 parent 69bbbae commit 9a05b57

5 files changed

Lines changed: 363 additions & 173 deletions

File tree

src/HJSON/HJSONException.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
namespace HJSON;
44

5-
class HJSONException extends \Exception {}
5+
class HJSONException extends \Exception
6+
{
7+
}

0 commit comments

Comments
 (0)