Test Setup Failed
Push — upgrade-cakephp4 ( 238018...dd6513 )
by giu
03:34
created
templates/Admin/Siteoptions/add.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-  * @var \App\View\AppView $this
4
-  */
3
+ * @var \App\View\AppView $this
4
+ */
5 5
 ?>
6 6
 <nav class="large-3 medium-4 columns" id="actions-sidebar">
7 7
     <ul class="side-nav">
Please login to merge, or discard this patch.
templates/Tickets/view_operation.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-  * @var \App\View\AppView $this
4
-  */
3
+ * @var \App\View\AppView $this
4
+ */
5 5
 ?>
6 6
 <div class="col-xs-12">
7 7
     <h3><?= h($operation->id) ?></h3>
Please login to merge, or discard this patch.
templates/Tickets/edit.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-  * @var \App\View\AppView $this
4
-  */
3
+ * @var \App\View\AppView $this
4
+ */
5 5
 ?>
6 6
 <div class="col-xs-12">
7 7
 <?php
Please login to merge, or discard this patch.
templates/Tickets/view.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-  * @var \App\View\AppView $this
4
-  */
3
+ * @var \App\View\AppView $this
4
+ */
5 5
 ?>
6 6
 <div class="col-xs-12">
7 7
 	<nav class="large-3 medium-4 columns" id="actions-sidebar">
Please login to merge, or discard this patch.
templates/Tickets/add.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <div class="col">
2 2
 <?php
3
-	echo $this->Form->create($ticket, ['templates'=>'bs4form']);
4
-	echo $this->Form->input('title');
5
-	echo $this->Form->input('description');
6
-	echo $this->Form->input('tickettype_id', ['options' => $types, 'label'=>'Type of ticket']);
7
-	echo $this->Form->input('ticketstatus_id', ['options' => $statuses, 'label' => 'Status']);
8
-	echo $this->Form->submit(__('Submit'));
9
-	echo $this->Form->end();
3
+    echo $this->Form->create($ticket, ['templates'=>'bs4form']);
4
+    echo $this->Form->input('title');
5
+    echo $this->Form->input('description');
6
+    echo $this->Form->input('tickettype_id', ['options' => $types, 'label'=>'Type of ticket']);
7
+    echo $this->Form->input('ticketstatus_id', ['options' => $statuses, 'label' => 'Status']);
8
+    echo $this->Form->submit(__('Submit'));
9
+    echo $this->Form->end();
10 10
 ?>
11 11
 </div>
Please login to merge, or discard this patch.
templates/Tickets/addoperation.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-  * @var \App\View\AppView $this
4
-  */
3
+ * @var \App\View\AppView $this
4
+ */
5 5
 use Cake\I18n\I18n;
6 6
 ?>
7 7
 <div class="col-xs-12">
Please login to merge, or discard this patch.
templates/Tickets/edit_operation.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-  * @var \App\View\AppView $this
4
-  */
3
+ * @var \App\View\AppView $this
4
+ */
5 5
 use Cake\I18n\I18n;
6 6
 ?>
7 7
 <div class="col-xs-12">
Please login to merge, or discard this patch.