Passed
Pull Request — 1.2 (#405)
by
unknown
08:49
created
src/Repositories/Behaviors/HandleBrowsers.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -142,11 +142,11 @@
 block discarded – undo
142 142
     }
143 143
 
144 144
         /**
145
-     * Get all browser' detail info from the $browsers attribute. 
146
-     * The missing information will be inferred by convention of Twill.
147
-     *
148
-     * @return Illuminate\Support\Collection
149
-     */
145
+         * Get all browser' detail info from the $browsers attribute. 
146
+         * The missing information will be inferred by convention of Twill.
147
+         *
148
+         * @return Illuminate\Support\Collection
149
+         */
150 150
     protected function getBrowsers()
151 151
     {
152 152
         return collect($this->browsers)->map(function ($browser, $key) {
Please login to merge, or discard this patch.