Passed
Push — master ( be0f86...296932 )
by Matt
07:04
created
src/fields/SaasLinkField.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,8 +122,10 @@
 block discarded – undo
122 122
         // Get all of the acceptable values
123 123
         $range = [];
124 124
 
125
-        if ($options = $this->getOptions()) {
126
-            foreach ($options as $option) {
125
+        if ($options = $this->getOptions())
126
+        {
127
+            foreach ($options as $option)
128
+            {
127 129
                 $range[] = $option['value'];
128 130
             }
129 131
         }
Please login to merge, or discard this patch.