Skip to content

Commit dff90b2

Browse files
authored
Update repl.md - broken link and styling (#6270)
changed broken link to archive.org most recent version and styled 2 code snippets
1 parent aaf0315 commit dff90b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/repl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The [php:cli command](commands/php_cli.md) is interactive PHP REPL with your bootstrapped site (remote or local). It’s a Drupal code playground. You can do quick code experimentation, grab some data, or run Drush commands. This can also help with debugging certain issues. See [this blog post](http://webcache.googleusercontent.com/search?q=cache:gwk2crTHcrcJ:blog.damiankloip.net/2015/drush-php-settings&sca_esv=559191296&hl=en&gl=us&strip=1&vwsrc=0) for an introduction. Run `help` for a list of commands.
1+
The [php:cli command](commands/php_cli.md) is interactive PHP REPL (Read-Eval-Print Loop) with your bootstrapped site (remote or local). It’s a Drupal code playground. You can do quick code experimentation, grab some data, or run Drush commands. This can also help with debugging certain issues. See [this archived blog post](https://web.archive.org/web/20221209054543/blog.damiankloip.net/2015/drush-php-settings) for an introduction. Run `help` for a list of commands.
22

33
Any global [PsySH configuration](https://github.com/bobthecow/psysh/wiki/Configuration) is loaded by Drush. If you prefer a config file that is specific to the project (and can be checked in with other source code), [set the environment variable](https://github.com/bobthecow/psysh/wiki/Configuration#specifying-a-different-config-file) `PSYSH_CONFIG=</path/to/config-file>`. This file then takes precedence over any global file.
44

5-
Entity classes are available without their namespace. For example, Node::load() works instead of Drupal\Node\entity\Noad::load().
5+
Entity classes are available without their namespace. For example, `Node::load()` works instead of `Drupal\Node\entity\Noad::load()`.

0 commit comments

Comments
 (0)