Passed
Pull Request — master (#84)
by
unknown
03:18
created
src/FlexibleContentBuilder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      */
48 48
     private function buildLayouts()
49 49
     {
50
-        return array_map(function ($layout) {
50
+        return array_map(function($layout) {
51 51
             $layout = ($layout instanceof Builder) ? $layout->build() : $layout;
52 52
             return $this->transformLayout($layout);
53 53
         }, $this->getLayouts());
@@ -164,6 +164,6 @@  discard block
 block discarded – undo
164 164
      */
165 165
     private function getDefaultButtonLabel()
166 166
     {
167
-        return 'Add ' . Inflector::singularize($this->getLabel());
167
+        return 'Add '.Inflector::singularize($this->getLabel());
168 168
     }
169 169
 }
Please login to merge, or discard this patch.