Completed
Push — develop ( aa61fa...afe0ec )
by
unknown
28:58 queued 16:28
created
module/Jobs/src/Jobs/Form/ListFilter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,9 +53,9 @@
 block discarded – undo
53 53
      *
54 54
      * fieldset: string service name of the Fieldset class
55 55
      */
56
-    public function __construct($name = null, array $options=[])
56
+    public function __construct($name = null, array $options = [])
57 57
     {
58
-        $this->fieldset = array_key_exists('fieldset',$options)?$options['fieldset']:self::BASE_FIELDSET;
58
+        $this->fieldset = array_key_exists('fieldset', $options) ? $options['fieldset'] : self::BASE_FIELDSET;
59 59
         parent::__construct();
60 60
     }
61 61
 
Please login to merge, or discard this patch.