Skip to content

Commit

Permalink
Fixing PSR2 issue, updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
phalcon committed Aug 22, 2014
1 parent a96b01e commit 85c1f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
class Compiler
{
const VERSION = '0.4.5a';
const VERSION = '0.4.6a';

/**
* @var CompilerFile[]
Expand Down
2 changes: 1 addition & 1 deletion Library/Statements/Let/ExportSymbolString.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ExportSymbolString
* @param CompilationContext $compilationContext,
* @param array $statement
*/
public function assign($variable, ZephirVariable $symbolVariable = null, CompiledExpression $resolvedExpr, CompilationContext $compilationContext, $statement)
public function assign($variable, ZephirVariable $symbolVariable = null, CompiledExpression $resolvedExpr = null, CompilationContext $compilationContext = null, $statement = null)
{
$codePrinter = $compilationContext->codePrinter;

Expand Down

0 comments on commit 85c1f0e

Please sign in to comment.