Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Jun 21, 2024
1 parent fd654bf commit dbe0c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mako/config/loaders/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Loader implements LoaderInterface
use NamespacedFileLoaderTrait;

/**
* Constructor. $path Default path.
* Constructor.
*/
public function __construct(
protected FileSystem $fileSystem,
Expand Down
2 changes: 1 addition & 1 deletion src/mako/error/handlers/web/DevelopmentHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DevelopmentHandler extends Handler implements HandlerInterface, ProvidesEx
protected const SOURCE_PADDING = 6;

/**
* Constructor. $keep Cookies and headers to keep.
* Constructor.
*/
public function __construct(
protected Request $request,
Expand Down

0 comments on commit dbe0c1b

Please sign in to comment.