Completed
Push — master ( ef412e...35b0e2 )
by CodexShaper
03:22
created
src/Helpers/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
      * Get asset from given path.
8 8
      *
9 9
      * @param  string  $path
10
-     * @return \Illuminate\Http\Response
10
+     * @return string
11 11
      */
12 12
     function pwa_asset($path)
13 13
     {
Please login to merge, or discard this patch.
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.