From 04d3bf0b82570bef98cb273058d8075215ea4302 Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Sat, 9 Mar 2024 03:44:52 +0100 Subject: [PATCH] docs: add whitespace for emphasis Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- docs/configuration.md | 1 + docs/prefixing.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 5286366..c9eb067 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -37,6 +37,7 @@ definitions. Refer to [php-di documentation](https://php-di.org/doc/definitions. information on such file content. > Warning +> > 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';` > to your plugin file. diff --git a/docs/prefixing.md b/docs/prefixing.md index acceec0..5af1bbd 100644 --- a/docs/prefixing.md +++ b/docs/prefixing.md @@ -8,6 +8,7 @@ introduce following configuration to your `scoper.inc.php` file. - Include `php-di` and it's dependencies in finders > Note +> > Pay attention to actual installed `php-di/php-di` version, as it's dependencies may change, > requiring to update `scoper.inc.php` accordingly. -- GitLab