Skip to content

Commit

Permalink
refactor: ECS code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Oct 9, 2024
1 parent 7f1011d commit 1a42268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ICalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function init(): void
Event::on(
CraftVariable::class,
CraftVariable::EVENT_INIT,
static function (Event $event) {
static function(Event $event) {
/** @var CraftVariable $variable */
$variable = $event->sender;
$variable->set('icalendar', self::$variable);
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en/icalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
* @since 1.0.0
*/
return [
'{name} plugin loaded' => '{name} plugin loaded'
'{name} plugin loaded' => '{name} plugin loaded',
];

0 comments on commit 1a42268

Please sign in to comment.