diff --git a/src/Mediator/InMemoryMediator.php b/src/Mediator/InMemoryMediator.php index 2470a32..b827fe8 100644 --- a/src/Mediator/InMemoryMediator.php +++ b/src/Mediator/InMemoryMediator.php @@ -1,6 +1,11 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. */ namespace Demander\Mediator; diff --git a/tests/Fixtures/EmployeeContactDetailsViewModel.php b/tests/Fixtures/EmployeeContactDetailsViewModel.php index 1f8a6c6..7c642e7 100644 --- a/tests/Fixtures/EmployeeContactDetailsViewModel.php +++ b/tests/Fixtures/EmployeeContactDetailsViewModel.php @@ -1,9 +1,11 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. */ namespace Demander\Tests\Fixtures; diff --git a/tests/Fixtures/EmployeesViewModelCollection.php b/tests/Fixtures/EmployeesViewModelCollection.php index 65baa2b..cfb4022 100644 --- a/tests/Fixtures/EmployeesViewModelCollection.php +++ b/tests/Fixtures/EmployeesViewModelCollection.php @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Demander\Tests\Fixtures; diff --git a/tests/Fixtures/GetEmployeeByIDQuery.php b/tests/Fixtures/GetEmployeeByIDQuery.php index 16b55a7..0b333d0 100644 --- a/tests/Fixtures/GetEmployeeByIDQuery.php +++ b/tests/Fixtures/GetEmployeeByIDQuery.php @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Demander\Tests\Fixtures; diff --git a/tests/Fixtures/GetEmployeeByIDQueryHandler.php b/tests/Fixtures/GetEmployeeByIDQueryHandler.php index 10d5038..7141b2e 100644 --- a/tests/Fixtures/GetEmployeeByIDQueryHandler.php +++ b/tests/Fixtures/GetEmployeeByIDQueryHandler.php @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Demander\Tests\Fixtures; diff --git a/tests/Fixtures/GetEmployeesByAgeGroupQuery.php b/tests/Fixtures/GetEmployeesByAgeGroupQuery.php index 5f19cb5..1872276 100644 --- a/tests/Fixtures/GetEmployeesByAgeGroupQuery.php +++ b/tests/Fixtures/GetEmployeesByAgeGroupQuery.php @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Demander\Tests\Fixtures; diff --git a/tests/Fixtures/InMemoryEmployeeRepository.php b/tests/Fixtures/InMemoryEmployeeRepository.php index 0412bd0..15919d5 100644 --- a/tests/Fixtures/InMemoryEmployeeRepository.php +++ b/tests/Fixtures/InMemoryEmployeeRepository.php @@ -1,9 +1,11 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. */ namespace Demander\Tests\Fixtures; diff --git a/tests/InMemoryMediatorTest.php b/tests/InMemoryMediatorTest.php index d515993..199854e 100644 --- a/tests/InMemoryMediatorTest.php +++ b/tests/InMemoryMediatorTest.php @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Demander\Tests; diff --git a/tests/ViewModelCollectionTest.php b/tests/ViewModelCollectionTest.php index d23f7c2..09bbfef 100644 --- a/tests/ViewModelCollectionTest.php +++ b/tests/ViewModelCollectionTest.php @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Demander\Tests; diff --git a/tests/ViewModelTest.php b/tests/ViewModelTest.php index 2f7da2c..8e19dc7 100644 --- a/tests/ViewModelTest.php +++ b/tests/ViewModelTest.php @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Demander\Tests;