Standardise @joecohens name in the class headers

This commit is contained in:
James Brooks
2016-10-07 12:25:40 +01:00
parent c60c519755
commit bed038653a
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ use CachetHQ\Cachet\Models\Subscription;
* This is the subscribe subscriber command handler.
*
* @author James Brooks <james@alt-three.com>
* @author Joe Cohen <joe@alt-three.com>
* @author Joseph Cohen <joe@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
*/
class SubscribeSubscriberCommandHandler

View File

@@ -21,7 +21,7 @@ use Illuminate\Support\Str;
* This is the app service provider.
*
* @author James Brooks <james@alt-three.com>
* @author Joe Cohen <joe@alt-three.com>
* @author Joseph Cohen <joe@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
*/
class AppServiceProvider extends ServiceProvider

View File

@@ -23,7 +23,7 @@ use Jenssegers\Date\Date;
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
* @author Joe Cohen <joe@alt-three.com>
* @author Joseph Cohen <joe@alt-three.com>
*/
class ConfigServiceProvider extends ServiceProvider
{

View File

@@ -26,7 +26,7 @@ use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
* @author Joe Cohen <joe@alt-three.com>
* @author Joseph Cohen <joe@alt-three.com>
*/
class ComponentGroupController extends AbstractApiController
{