Skip to content

Commit

Permalink
Move optional parmeter to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jul 24, 2021
1 parent b71cdcb commit fc492f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mapping/Driver/Timestampable.php
Expand Up @@ -73,8 +73,8 @@ final class Timestampable
* @param DoctrineTimestampable\Configuration $configuration
*/
public function __construct(
?Common\Cache\Cache $cache,
DoctrineTimestampable\Configuration $configuration
DoctrineTimestampable\Configuration $configuration,
?Common\Cache\Cache $cache
) {
$this->configuration = $configuration;
$this->cache = $cache;
Expand Down

0 comments on commit fc492f1

Please sign in to comment.