Completed
Push — master ( ff9939...1c2b32 )
by LAHAXE
08:50 queued 31s
created
src/U2fServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     /**
85 85
      * Get the services provided by the provider.
86 86
      *
87
-     * @return array
87
+     * @return string[]
88 88
      */
89 89
     public function provides()
90 90
     {
Please login to merge, or discard this patch.
src/http/Controllers/U2fController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
      * @author LAHAXE Arnaud
103 103
      *
104 104
      *
105
-     * @return mixed
105
+     * @return \Illuminate\Http\RedirectResponse
106 106
      */
107 107
     public function auth(Request $request)
108 108
     {
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     /**
124 124
      * @author LAHAXE Arnaud
125 125
      *
126
-     * @return mixed
126
+     * @return \Illuminate\Http\RedirectResponse
127 127
      */
128 128
     protected function redirectAfterSuccessAuth()
129 129
     {
Please login to merge, or discard this patch.