Skip to content

Commit bec75ab

Browse files
authored
Merge pull request #6798 from kenjis/fix-docs-missing-backslash
docs: add missing `\` for consistency
2 parents a6fdf0e + bcae2a2 commit bec75ab

File tree

2 files changed

+2
-2
lines changed
  • user_guide_src/source

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$image = Config\Services::image('imagick');
3+
$image = \Config\Services::image('imagick');

user_guide_src/source/testing/controllers/005.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$config = new Config\App();
3+
$config = new \Config\App();
44
$config->appTimezone = 'America/Chicago';
55

66
$results = $this->withConfig($config)

0 commit comments

Comments
 (0)