@@ -92,7 +92,6 @@ |
||
92 | 92 | /** |
93 | 93 | * Handle a delete action for the post. |
94 | 94 | * |
95 | - * @param \Illuminate\Http\Request $request |
|
96 | 95 | * @param int $id |
97 | 96 | * |
98 | 97 | * @return \Illuminate\Http\RedirectResponse |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * Create a new emoji parser instance. |
33 | 33 | * |
34 | - * @return void |
|
34 | + * @return InlineParserInterface |
|
35 | 35 | */ |
36 | 36 | public function __construct() |
37 | 37 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * |
29 | 29 | * @return array |
30 | 30 | */ |
31 | - /*public function getInlineParsers() |
|
31 | + /*public function getInlineParsers() |
|
32 | 32 | { |
33 | 33 | return [$this->parser]; |
34 | 34 | }*/ |