Skip to content

Commit

Permalink
Fix code style (remove whitespaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
migo315 committed Sep 27, 2023
1 parent c76458e commit 76b40fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public function __construct(array $storage = [])
{
foreach ($storage as $name => $value) {
$this->add($name, $value);
}
}
}

/**
* Add a context value. The key must be unique and cannot be replaced
*
Expand Down

0 comments on commit 76b40fd

Please sign in to comment.