Skip to content

Commit

Permalink
Fix PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed Jun 6, 2016
1 parent 5cbe79a commit 5c28295
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Library/CompilerFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ public function genIR(Compiler $compiler)

$ir = null;
if ($changed) {

if (!function_exists('zephir_parse_file')) {
throw new Exception('Parser extension couldn\'t be loaded');
}
Expand Down
1 change: 0 additions & 1 deletion compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@

require __DIR__ . '/bootstrap.php';
Zephir\Bootstrap::boot();

0 comments on commit 5c28295

Please sign in to comment.