[10.x] Add a missing semicolon to CompilesClasses (#47280)
Add a missing semicolon to CompilesClasses
Fix testClassesAreConditionallyCompiledFromArray
Fix testUnclosedParenthesisForBladeTags
Fix testNestedTagCalls
Fix testNestedTagCalls again
fix conflicts
Update facade docblocks
fix conflicts
Add new methods to AssertsStatusCodes (#47277)
Co-authored-by: Volodya Khurshudyan volodya.khurshudyan@softconstruct.com
fix conflicts
[10.x] Wrap response preparation in events (#47229)
wip
Update ResponsePrepared.php
Update ResponsePrepared.php
Update PreparingResponse.php
Co-authored-by: Nuno Maduro enunomaduro@gmail.com Co-authored-by: Taylor Otwell taylor@laravel.com
fix conflicts
[9.x] Send along value to InvalidPayloadException (#47223)
Send along value to InvalidPayloadException
Update InvalidPayloadException.php
Co-authored-by: Taylor Otwell taylor@laravel.com
fix conflict
Fix incorrect doc type in WorkerOptions (#47308)
[10.x] Display queue runtime in human readable format (#47227)
convert milliseconds to human readable timestamps using Carbon
Correct runtime check for formatting with Carbon
separate calculation of runtime from formatting, otherwise we run into type issues with string / int comparison
formatting
Update WorkCommand.php
Co-authored-by: Taylor Otwell taylor@laravel.com
fix conflicts
[10.x] Fixes missing output on ProcessFailedException
exception (#47285)
Fixes missing output on ProcessFailedException
exception
Apply fixes from StyleCI
Co-authored-by: StyleCI Bot bot@styleci.io
fix conflicts
[10.x] Database Expressions that are conditions (#47210)
expressions that form a complete condition
style-ci
formatting
Co-authored-by: Taylor Otwell taylor@laravel.com
fix conflicts
[10.x] Database Expressions that are conditions (#47210)
expressions that form a complete condition
style-ci
formatting
Co-authored-by: Taylor Otwell taylor@laravel.com
fix conflicts
[10.x] Display queue runtime in human readable format (#47227)
convert milliseconds to human readable timestamps using Carbon
Correct runtime check for formatting with Carbon
separate calculation of runtime from formatting, otherwise we run into type issues with string / int comparison
formatting
Update WorkCommand.php
Co-authored-by: Taylor Otwell taylor@laravel.com
Fix incorrect doc type in WorkerOptions (#47308)
Update facade docblocks
[9.x] Fixes usage of Redis::many()
with empty array (#47307)
Fixes retrieve empty array of keys in Redis
Apply fixes from StyleCI
Co-authored-by: StyleCI Bot bot@styleci.io
Update facade docblocks
[10.x] Database Expressions that are conditions (#47210)
expressions that form a complete condition
style-ci
formatting
Co-authored-by: Taylor Otwell taylor@laravel.com
[10.x] Database Expressions that are conditions (#47210)
expressions that form a complete condition
style-ci
formatting
Co-authored-by: Taylor Otwell taylor@laravel.com
[10.x] Wrap response preparation in events (#47229)
wip
Update ResponsePrepared.php
Update ResponsePrepared.php
Update PreparingResponse.php
Co-authored-by: Nuno Maduro enunomaduro@gmail.com Co-authored-by: Taylor Otwell taylor@laravel.com
[9.x] Send along value to InvalidPayloadException (#47223)
Send along value to InvalidPayloadException
Update InvalidPayloadException.php
Co-authored-by: Taylor Otwell taylor@laravel.com
fix conflict