Completed
Push — master ( 6a1053...dfddf4 )
by Vaibhavraj
04:31 queued 03:06
created
src/Exceptions/CouldNotSendNotification.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@  discard block
 block discarded – undo
9 9
     /**
10 10
      * Generic method to show the exception.
11 11
      *
12
-     * @param string $response
13 12
      *
14 13
      * @return static
15 14
      */
@@ -49,6 +48,7 @@  discard block
 block discarded – undo
49 48
     /**
50 49
      * Thrown when attachment views widget source, height, width is not provided or invalid.
51 50
      *
51
+     * @param string $exception
52 52
      * @return static
53 53
      */
54 54
     public static function flockAttachmentViewWidgetException($exception)
@@ -59,6 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * Thrown when attachment views inline html source, height, width is not provided or invalid.
61 61
      *
62
+     * @param string $exception
62 63
      * @return static
63 64
      */
64 65
     public static function flockAttachmentViewHtmlException($exception)
@@ -69,6 +70,7 @@  discard block
 block discarded – undo
69 70
     /**
70 71
      * Thrown when attachment views image source, height, width is not provided or invalid.
71 72
      *
73
+     * @param string $exception
72 74
      * @return static
73 75
      */
74 76
     public static function flockAttachmentViewImageException($exception)
@@ -79,6 +81,7 @@  discard block
 block discarded – undo
79 81
     /**
80 82
      * Thrown when attachment URL field not provided or invalid.
81 83
      *
84
+     * @param string $exception
82 85
      * @return static
83 86
      */
84 87
     public static function flockAttachmentUrlException($exception)
@@ -89,6 +92,7 @@  discard block
 block discarded – undo
89 92
     /**
90 93
      * Thrown when attachment forward field is non boolean.
91 94
      *
95
+     * @param string $exception
92 96
      * @return static
93 97
      */
94 98
     public static function flockAttachmentForwardException($exception)
@@ -99,6 +103,7 @@  discard block
 block discarded – undo
99 103
     /**
100 104
      * Thrown when attachment download field source is invalid or missing.
101 105
      *
106
+     * @param string $exception
102 107
      * @return static
103 108
      */
104 109
     public static function flockAttachmentDownloadException($exception)
@@ -109,6 +114,7 @@  discard block
 block discarded – undo
109 114
     /**
110 115
      * Thrown when attachment button field has an error.
111 116
      *
117
+     * @param string $exception
112 118
      * @return static
113 119
      */
114 120
     public static function flockAttachmentButtonException($exception)
Please login to merge, or discard this patch.