Passed
Pull Request — master (#6)
by Tim
02:09
created
src/Auth/Source/PasswordVerify.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      * @param array  $forbiddenAttributes An array of attributes to never return
85 85
      * @return array  Associative array with the users attributes.
86 86
      */
87
-    protected function extractAttributes( $data, $forbiddenAttributes = array() )
87
+    protected function extractAttributes($data, $forbiddenAttributes = array())
88 88
     {
89 89
         $attributes = [];
90 90
         foreach ($data as $row) {
Please login to merge, or discard this patch.