1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-12-23 18:48:54 +00:00

style(laravel): remove empty spaces

This commit is contained in:
Julien Le Coupanec 2019-12-06 14:15:34 +01:00
parent 7473bd427d
commit 394910144d

View File

@ -275,7 +275,6 @@ uuid // The field under validation must be a v
* https://laravel.com/docs/5.7/collections
********************************************************************************************/
all
average
avg
@ -384,13 +383,11 @@ whereNotInStrict
wrap
zip
/********************************************************************************************
* 13. HTTP TESTS
* https://laravel.com/docs/5.7/http-tests
********************************************************************************************/
$response->assertStatus($code); // Assert that the response has a given code.
$response->assertForbidden(); // Assert that the response has a forbidden status code.
$response->assertNotFound(); // Assert that the response has a not found status code.