Passed
Pull Request — master (#39)
by Matthew
08:52
created
src/Model/RecipeDirection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      */
49 49
     public function getCMSFields()
50 50
     {
51
-        $this->beforeUpdateCMSFields(function (FieldList $fields) {
51
+        $this->beforeUpdateCMSFields(function(FieldList $fields) {
52 52
             $fields->addFieldToTab(
53 53
                 'Root.Main',
54 54
                 HTMLEditorField::create('Title')
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      * @param array $context
68 68
      * @return bool
69 69
      */
70
-    public function canCreate($member = null, $context = [])
70
+    public function canCreate($member = null, $context = [ ])
71 71
     {
72 72
         return true;
73 73
     }
Please login to merge, or discard this patch.