Passed
Push — circleci-editor/870/master ( 38b69d...9fd655 )
by giu
06:46 queued 02:38
created
config/Migrations/20170310082715_CreateUseroptions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
             'limit' => 11,
19 19
             'null' => false,
20 20
         ]);
21
-		$table->addColumn('name', 'string', [
21
+        $table->addColumn('name', 'string', [
22 22
             'default' => null,
23 23
             'limit' => 255,
24 24
             'null' => false,
Please login to merge, or discard this patch.
src/Controller/Admin/TickettypesController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $tickettypes = $this->paginate($this->Tickettypes);
22 22
 		
23
-		$title = "Type of ticket";
23
+        $title = "Type of ticket";
24 24
 
25 25
         $this->set(compact(['tickettypes', 'title']));
26 26
         $this->set('_serialize', ['tickettypes']);
Please login to merge, or discard this patch.
templates/element/navbar.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -30,11 +30,11 @@
 block discarded – undo
30 30
 				<li class="nav-item dropdown">
31 31
 					<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
32 32
 						<?php if($this->request->session()->check('Auth.User')) {
33
-							echo $this->request->session()->read('Auth.User.email');
34
-						} else {
35
-							echo "User profile ";
36
-						}
37
-						?>
33
+                            echo $this->request->session()->read('Auth.User.email');
34
+                        } else {
35
+                            echo "User profile ";
36
+                        }
37
+                        ?>
38 38
 						<span class="caret"></span>
39 39
 					</a>
40 40
 					<div class="dropdown-menu" aria-labelledby="navbarDropdown">
Please login to merge, or discard this patch.
templates/Admin/Ticketstatuses/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/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.