File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments