Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Dec 3, 2024
1 parent c38cab0 commit 89ff8db
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down
1 change: 1 addition & 0 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Module.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Router/HostName.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Router/HostNameFactory.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/ConfigProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/ModuleTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Router/HostNameFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Router/HostNameTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the mimmi20/laminas-router-hostname package.
*
Expand Down

0 comments on commit 89ff8db

Please sign in to comment.