Various code clean up.

This commit is contained in:
James Cole
2017-08-12 10:27:45 +02:00
parent a3a416b5e2
commit 9803932324
99 changed files with 322 additions and 24 deletions

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* ExampleTest.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -11,7 +13,11 @@ namespace Tests\Feature;
use Tests\TestCase;
/**
* Class ExampleTest
*
* @package Tests\Feature
*/
class ExampleTest extends TestCase
{
/**