Test Setup Failed
Push — master ( bf787d...b86abd )
by Александр
38:50
created
src/views/admin-cms-content-element/_form-main.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 
72 72
     <?php foreach ($properties
73 73
 
74
-                   as $property) : ?>
74
+                    as $property) : ?>
75 75
         <?php if ($property->property_type == \skeeks\cms\relatedProperties\PropertyType::CODE_LIST) : ?>
76 76
 
77 77
             <?php $pjax = \skeeks\cms\modules\admin\widgets\Pjax::begin(); ?>
Please login to merge, or discard this patch.
src/console/controllers/UpdateController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,8 @@
 block discarded – undo
100 100
          * @var $element CmsContentElement
101 101
          */
102 102
         foreach (CmsContentElement::find()
103
-                     //->orderBy(['id' => SORT_ASC])
104
-                     ->each(10) as $element) {
103
+                        //->orderBy(['id' => SORT_ASC])
104
+                        ->each(10) as $element) {
105 105
             $this->stdout("\t Element: {$element->id}", Console::FG_YELLOW);
106 106
 
107 107
             if ($element->relatedPropertiesModel->save()) {
Please login to merge, or discard this patch.