Skip to content
Snippets Groups Projects
Verified Commit 04d3bf0b authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

docs: add whitespace for emphasis

parent 97ef7576
No related branches found
No related tags found
2 merge requests!3improve into wp-hook and some additional unfinished things,!21.x
...@@ -37,6 +37,7 @@ definitions. Refer to [php-di documentation](https://php-di.org/doc/definitions. ...@@ -37,6 +37,7 @@ definitions. Refer to [php-di documentation](https://php-di.org/doc/definitions.
information on such file content. information on such file content.
> Warning > Warning
>
> If you are using _shortcut_ functions from `php-di/php-di` (e.g. `DI\autowire`, `DI\create`), you > If you are using _shortcut_ functions from `php-di/php-di` (e.g. `DI\autowire`, `DI\create`), you
> must load them first. Add `require __DIR__ . '/vendor_prefixed/php-di/php-di/src/functions.php';` > must load them first. Add `require __DIR__ . '/vendor_prefixed/php-di/php-di/src/functions.php';`
> to your plugin file. > to your plugin file.
......
...@@ -8,6 +8,7 @@ introduce following configuration to your `scoper.inc.php` file. ...@@ -8,6 +8,7 @@ introduce following configuration to your `scoper.inc.php` file.
- Include `php-di` and it's dependencies in finders - Include `php-di` and it's dependencies in finders
> Note > Note
>
> Pay attention to actual installed `php-di/php-di` version, as it's dependencies may change, > Pay attention to actual installed `php-di/php-di` version, as it's dependencies may change,
> requiring to update `scoper.inc.php` accordingly. > requiring to update `scoper.inc.php` accordingly.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment