Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/paths.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

/*
* These defines should only be edited if you have cake installed in
* These definitions should only be edited if you have cake installed in
* a directory layout other than the way it is distributed.
* When using custom settings be sure to use the DS and do not add a trailing DS.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/ErrorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ErrorController extends AppController
*/
public function initialize(): void
{
// Only add parent::initialize() if you are confident your appcontroller is safe.
// Only add parent::initialize() if you are confident your `AppController` is safe.
}

/**
Expand Down
Loading