We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b6344 commit 9cb86beCopy full SHA for 9cb86be
config/paths.php
@@ -20,7 +20,7 @@
20
}
21
22
/*
23
- * These defines should only be edited if you have cake installed in
+ * These definitions should only be edited if you have cake installed in
24
* a directory layout other than the way it is distributed.
25
* When using custom settings be sure to use the DS and do not add a trailing DS.
26
*/
src/Controller/ErrorController.php
@@ -32,7 +32,7 @@ class ErrorController extends AppController
32
33
public function initialize(): void
34
{
35
- // Only add parent::initialize() if you are confident your appcontroller is safe.
+ // Only add parent::initialize() if you are confident your `AppController` is safe.
36
37
38
/**
0 commit comments