Skip to content

Commit

Permalink
trivial fix for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
barbushin committed Nov 12, 2013
1 parent 8fe019b commit 2eec270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpConsole/Connector.php
Expand Up @@ -40,7 +40,7 @@ class Connector {
/** @var Dispatcher\Evaluate|null */
protected $evalDispatcher;
/** @var string */
protected $serverEncoding = self::CLIENT_ENCODING;
protected $serverEncoding;
protected $sourcesBasePath;
protected $headersLimit;

Expand Down

0 comments on commit 2eec270

Please sign in to comment.