File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 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
4235https://github.com/Seldaek/monolog/blob/master/src/Monolog/Handler/PHPConsoleHandler.php
4336
Original file line number Diff line number Diff 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 ])) {
You can’t perform that action at this time.
0 commit comments