From 7f0481916603088366c6c1f410e583f5588733e2 Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Fri, 5 Jul 2024 13:47:08 +0200 Subject: [PATCH] docs: add bold text Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- docs/configuration.md | 2 +- docs/prefixing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index c9eb067..3ba49a8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -36,7 +36,7 @@ definitions for a DI container to create objects. Pass a path to a file, which w definitions. Refer to [php-di documentation](https://php-di.org/doc/definitions.html) for more 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 > must load them first. Add `require __DIR__ . '/vendor_prefixed/php-di/php-di/src/functions.php';` diff --git a/docs/prefixing.md b/docs/prefixing.md index 5af1bbd..b5e9589 100644 --- a/docs/prefixing.md +++ b/docs/prefixing.md @@ -7,7 +7,7 @@ introduce following configuration to your `scoper.inc.php` file. - Whitelist `vendor/php-di/php-di/src/Compiler/Template.php` - 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, > requiring to update `scoper.inc.php` accordingly. -- GitLab