Completed
Push — master ( a71aed...831a7e )
by Nils
02:07
created
src/Rules/CheckResult.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,8 @@
 block discarded – undo
64 64
      */
65 65
     public function hasAttribute($key)
66 66
     {
67
-        foreach($this->attributes as $attribute) {
68
-            if($attribute->getKey() == $key) {
67
+        foreach ($this->attributes as $attribute) {
68
+            if ($attribute->getKey() == $key) {
69 69
                 return true;
70 70
             }
71 71
         }
Please login to merge, or discard this patch.