Skip to content

Commit 0b49229

Browse files
committed
Apply fixes from StyleCI
1 parent a8f3761 commit 0b49229

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/Listeners/ExportMessage.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ExportMessage
2222
/**
2323
* Create a new listener instance.
2424
*
25-
* @param Factory $filesystem
25+
* @param Factory $filesystem
2626
*/
2727
public function __construct(Factory $filesystem)
2828
{
@@ -32,7 +32,7 @@ public function __construct(Factory $filesystem)
3232
/**
3333
* Handles the Event when it happens while listening.
3434
*
35-
* @param MessageSent $event
35+
* @param MessageSent $event
3636
*/
3737
public function handle(MessageSent $event)
3838
{

src/StorageOptions.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class StorageOptions
4040
* Declares the storage options for a specific \Swift_Message. The only
4141
* properties allowed are 'disk', 'path' and 'filename', all optional.
4242
*
43-
* @param Swift_Message $message
44-
* @param array $properties
43+
* @param Swift_Message $message
44+
* @param array $properties
4545
*/
4646
public function __construct(Swift_Message $message, array $properties = [])
4747
{

tests/TestCase.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ abstract class TestCase extends Orchestra
1111
* Get package providers.
1212
*
1313
* @param \Illuminate\Foundation\Application $app
14-
*
1514
* @return array
1615
*/
1716
protected function getPackageProviders($app)

0 commit comments

Comments
 (0)