Test Setup Failed
Push — upgrade-cakephp4 ( 46996a...e376e7 )
by giu
09:03
created
templates/Admin/Users/edit.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     </ul>
17 17
 </nav>
18 18
 <div class="col-xs-12">
19
-    <?= $this->Form->create($user,['templates'=>'bs4form']) ?>
19
+    <?= $this->Form->create($user, ['templates'=>'bs4form']) ?>
20 20
     <fieldset>
21 21
         <legend><?= __('Edit User') ?></legend>
22 22
         <?php
Please login to merge, or discard this 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/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/Admin/Tickettypes/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
 <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/Admin/Tickettypes/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/Admin/Tickettypes/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
 <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/Admin/Tickettypes/index.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.