diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-01 17:36:21 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-01 17:44:12 +0100 |
commit | 45d9e8856cacae6c8c926f31605ad87ce785dfd4 (patch) | |
tree | 7cbcc8d2cbd9bde59a29434302f5529fe131559c /Praspel.php | |
parent | 668326817446f5ab843f36004014f3cb22fe9657 (diff) | |
download | Praspel-45d9e8856cacae6c8c926f31605ad87ce785dfd4.zip Praspel-45d9e8856cacae6c8c926f31605ad87ce785dfd4.tar.gz Praspel-45d9e8856cacae6c8c926f31605ad87ce785dfd4.tar.bz2 |
Format code. #mania
Diffstat (limited to 'Praspel.php')
-rw-r--r-- | Praspel.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Praspel.php b/Praspel.php index 63e9182..099961e 100644 --- a/Praspel.php +++ b/Praspel.php @@ -189,7 +189,8 @@ class Praspel { $specification = $this->getSpecification(); $exceptions = new Exception\Group( 'The Runtime Assertion Checker has detected failures for %s.', - 0, $callable); + 0, $callable + ); if($reflection instanceof \ReflectionMethod) $reflection->setAccessible(true); |