Completed
Push — master ( 50d439...ae474f )
by CodexShaper
03:47
created
src/Http/Controllers/PwaController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
      *
174 174
      * @throws \Exception
175 175
      *
176
-     * @return \Illuminate\Routing\Redirector|\Illuminate\Http\RedirectResponse
176
+     * @return \Illuminate\Http\RedirectResponse|null
177 177
      */
178 178
     public function destroy(Setting $Setting)
179 179
     {
Please login to merge, or discard this patch.
src/Helpers/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
      *
9 9
      * @param string $path
10 10
      *
11
-     * @return \Illuminate\Http\Response
11
+     * @return string
12 12
      */
13 13
     function pwa_asset($path)
14 14
     {
Please login to merge, or discard this patch.