Skip to content

Commit

Permalink
Align comment to code
Browse files Browse the repository at this point in the history
  • Loading branch information
widoz committed May 4, 2024
1 parent 1d75ad9 commit 03bee2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/server/src/Modules/BlockEditor/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final private function __construct()
public function run(Container\ContainerInterface $container): bool
{
\add_action('init', static function () use ($container) {
/** @var Modularity\Properties\Properties $properties */
/** @var Modularity\Properties\Properties $properties */
$properties = $container->get(Modularity\Package::PROPERTIES);

$baseDir = \untrailingslashit($properties->basePath());
Expand Down

0 comments on commit 03bee2d

Please sign in to comment.