Skip to content

Commit d217b24

Browse files
committed
style: apply fixes from Pint
1 parent 9219b3e commit d217b24

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

src/Contracts/Notification.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ interface Notification
2424
public function getTitle();
2525

2626
/**
27-
* @param string $title
2827
* @return \NunoMaduro\LaravelDesktopNotifier\Contracts\Notification
2928
*/
3029
public function setTitle(string $title): \Joli\JoliNotif\Notification;
@@ -35,7 +34,6 @@ public function setTitle(string $title): \Joli\JoliNotif\Notification;
3534
public function getBody();
3635

3736
/**
38-
* @param string $body
3937
* @return \NunoMaduro\LaravelDesktopNotifier\Contracts\Notification
4038
*/
4139
public function setBody(string $body): \Joli\JoliNotif\Notification;
@@ -46,7 +44,6 @@ public function setBody(string $body): \Joli\JoliNotif\Notification;
4644
public function getIcon();
4745

4846
/**
49-
* @param string $icon
5047
* @return \NunoMaduro\LaravelDesktopNotifier\Contracts\Notification
5148
*/
5249
public function setIcon(string $icon): \Joli\JoliNotif\Notification;

src/Notifier.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class Notifier implements NotifierContract
2828

2929
/**
3030
* Notifier constructor.
31-
*
32-
* @param \Joli\JoliNotif\Notifier $notifier
3331
*/
3432
public function __construct(BaseNotifier $notifier)
3533
{

tests/AbstractTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ abstract class AbstractTestCase extends AbstractPackageTestCase
2323
{
2424
/**
2525
* Get the service provider class.
26-
*
27-
* @return string
2826
*/
2927
protected static function getServiceProviderClass(): string
3028
{

0 commit comments

Comments
 (0)