diff --git a/src/AbstractResponse.php b/src/AbstractResponse.php index 967810f..61c4439 100644 --- a/src/AbstractResponse.php +++ b/src/AbstractResponse.php @@ -15,7 +15,7 @@ * file that was distributed with this source code. * * @package EllipseSynergie\ApiResponse - * @author Maxime Beaudoin + * @author Maxime Beaudoin * @author Phil Sturgeon */ abstract class AbstractResponse implements Response diff --git a/src/Contracts/Response.php b/src/Contracts/Response.php index a635726..0070433 100644 --- a/src/Contracts/Response.php +++ b/src/Contracts/Response.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. * * @package EllipseSynergie\ApiResponse\Contracts - * @author Maxime Beaudoin + * @author Maxime Beaudoin */ interface Response { diff --git a/src/Laravel/LumenServiceProvider.php b/src/Laravel/LumenServiceProvider.php index 55601e7..acf8a25 100644 --- a/src/Laravel/LumenServiceProvider.php +++ b/src/Laravel/LumenServiceProvider.php @@ -12,7 +12,7 @@ * file that was distributed with this source code. * * @package EllipseSynergie\ApiResponse\Laravel - * @author Maxime Beaudoin + * @author Maxime Beaudoin */ class LumenServiceProvider extends ServiceProvider { diff --git a/src/Laravel/Response.php b/src/Laravel/Response.php index b984336..7eb0a6d 100644 --- a/src/Laravel/Response.php +++ b/src/Laravel/Response.php @@ -16,7 +16,7 @@ * file that was distributed with this source code. * * @package EllipseSynergie\ApiResponse\Laravel - * @author Maxime Beaudoin + * @author Maxime Beaudoin */ class Response extends AbstractResponse { diff --git a/src/Laravel/ResponseServiceProvider.php b/src/Laravel/ResponseServiceProvider.php index 577e396..982b0cb 100644 --- a/src/Laravel/ResponseServiceProvider.php +++ b/src/Laravel/ResponseServiceProvider.php @@ -13,7 +13,7 @@ * file that was distributed with this source code. * * @package EllipseSynergie\ApiResponse\Laravel - * @author Maxime Beaudoin + * @author Maxime Beaudoin */ class ResponseServiceProvider extends ServiceProvider { diff --git a/src/Serializer/Serializer.php b/src/Serializer/Serializer.php index 2975f24..73b5214 100644 --- a/src/Serializer/Serializer.php +++ b/src/Serializer/Serializer.php @@ -7,7 +7,7 @@ /** * Class Serializer * @package EllipseSynergie\ApiResponse\Serializer - * @author Maxime Beaudoin + * @author Maxime Beaudoin */ class Serializer extends ArraySerializer { diff --git a/src/Testing/Laravel/AddTestingSupportForInclude.php b/src/Testing/Laravel/AddTestingSupportForInclude.php index d99ea41..279a81b 100644 --- a/src/Testing/Laravel/AddTestingSupportForInclude.php +++ b/src/Testing/Laravel/AddTestingSupportForInclude.php @@ -8,7 +8,7 @@ /** * Class AddTestingSupportForInclude * @package EllipseSynergie\ApiResponse\Testing\Laravel - * @author Maxime Beaudoin + * @author Maxime Beaudoin */ trait AddTestingSupportForInclude {