1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-12-24 02:55:26 +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 * https://laravel.com/docs/5.7/collections
********************************************************************************************/ ********************************************************************************************/
all all
average average
avg avg
@ -384,13 +383,11 @@ whereNotInStrict
wrap wrap
zip zip
/******************************************************************************************** /********************************************************************************************
* 13. HTTP TESTS * 13. HTTP TESTS
* https://laravel.com/docs/5.7/http-tests * https://laravel.com/docs/5.7/http-tests
********************************************************************************************/ ********************************************************************************************/
$response->assertStatus($code); // Assert that the response has a given code. $response->assertStatus($code); // Assert that the response has a given code.
$response->assertForbidden(); // Assert that the response has a forbidden status code. $response->assertForbidden(); // Assert that the response has a forbidden status code.
$response->assertNotFound(); // Assert that the response has a not found status code. $response->assertNotFound(); // Assert that the response has a not found status code.