Skip to content

Commit e0fe388

Browse files
committed
Remove PHAR reference in README.md & fix phpdoc
1 parent c0dfee5 commit e0fe388

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ Or
3131

3232
$ composer require php-console/php-console ~3.0
3333

34-
### PHAR
35-
36-
Download [PhpConsole.phar](http://php-console.com/instance/examples/utils/build_phar.php?download).
37-
Include in your project using:
38-
39-
require_once('phar:///var/www/path-to/PhpConsole.phar'); // autoload will be initialized automatically
40-
4134
### Monolog handler
4235
https://github.com/Seldaek/monolog/blob/master/src/Monolog/Handler/PHPConsoleHandler.php
4336

src/PhpConsole/EvalProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ public function disableFileAccessByOpenBaseDir() {
214214
* @param $name
215215
* @param $var
216216
* @throws \Exception
217-
* @internal param bool $asReference
218217
*/
219218
public function addSharedVar($name, $var) {
220219
$this->addSharedVarReference($name, $var);
@@ -225,7 +224,6 @@ public function addSharedVar($name, $var) {
225224
* @param $name
226225
* @param $var
227226
* @throws \Exception
228-
* @internal param bool $asReference
229227
*/
230228
public function addSharedVarReference($name, &$var) {
231229
if(isset($this->sharedVars[$name])) {

0 commit comments

Comments
 (0)