Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Illuminate/Console/Scheduling/CallbackEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class CallbackEvent extends Event
* @param string|callable $callback
* @param array $parameters
* @param \DateTimeZone|string|null $timezone
* @return void
*
* @throws \InvalidArgumentException
*/
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Console/Scheduling/Schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class Schedule
* Create a new schedule instance.
*
* @param \DateTimeZone|string|null $timezone
* @return void
*
* @throws \RuntimeException
*/
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Encryption/Encrypter.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class Encrypter implements EncrypterContract, StringEncrypter
*
* @param string $key
* @param string $cipher
* @return void
*
* @throws \RuntimeException
*/
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class Response extends SymfonyResponse
* @param mixed $content
* @param int $status
* @param array $headers
* @return void
*
* @throws \InvalidArgumentException
*/
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Mail/Mailables/Envelope.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class Envelope
* @param array $tags
* @param array $metadata
* @param \Closure|array $using
* @return void
*
* @named-arguments-supported
*/
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Mail/Mailables/Headers.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class Headers
* @param string|null $messageId
* @param array $references
* @param array $text
* @return void
*
* @named-arguments-supported
*/
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Support/Js.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Js implements Htmlable, Stringable
* @param mixed $data
* @param int|null $flags
* @param int $depth
* @return void
*
* @throws \JsonException
*/
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Validation/Rules/ExcludeIf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class ExcludeIf implements Stringable
* Create a new exclude validation rule based on a condition.
*
* @param \Closure|bool $condition
* @return void
*
* @throws \InvalidArgumentException
*/
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/View/Compilers/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ abstract class Compiler
* @param string $basePath
* @param bool $shouldCache
* @param string $compiledExtension
* @return void
*
* @throws \InvalidArgumentException
*/
Expand Down
Loading