Various code cleanup [skip ci]

This commit is contained in:
James Cole
2018-03-10 22:38:20 +01:00
parent a55d18709c
commit aad0864018
59 changed files with 118 additions and 120 deletions

View File

@@ -2,7 +2,6 @@
declare(strict_types=1);
/**
* BelongsUser.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
@@ -61,6 +60,7 @@ class BelongsUser implements Rule
/**
* Determine if the validation rule passes.
* TODO use repositories?
*
* @param string $attribute
* @param mixed $value
*