Completed
Push — master ( 100486...45110c )
by Basil
11:58 queued 05:54
created
modules/admin/src/apis/StorageController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      * Callculate to number of items when using count() function against the QueryIterator object.
24 24
      *
25 25
      * @return int The number of elements in the object.
26
-    */
26
+     */
27 27
     public function count()
28 28
     {
29 29
         return count($this->data);
Please login to merge, or discard this patch.
modules/admin/src/storage/IteratorAbstract.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      * Callculate to number of items when using count() function against the QueryIterator object.
24 24
      *
25 25
      * @return int The number of elements in the object.
26
-    */
26
+     */
27 27
     public function count()
28 28
     {
29 29
         return count($this->data);
Please login to merge, or discard this patch.
modules/errorapi/src/views/default/_mail.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 $model
4
- */
3
+     * @var $model
4
+     */
5 5
 ?>
6 6
 <h1 style="color: #f00;"><?php echo $model->message; ?></h1>
7 7
 <p style="color: #800000;">from <strong><?php echo $model->serverName; ?></strong></p>
Please login to merge, or discard this patch.
modules/admin/src/views/aws/base/_callbackButton.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @param $angularCrudControllerName;
4
- * @param $callbackName
5
- * @param $callbackArgumentsJson
6
- * @param $closeOnSuccess
7
- * @param $reloadListOnSuccess;
8
- * @param $buttonNameValue
9
- */
3
+     * @param $angularCrudControllerName;
4
+     * @param $callbackName
5
+     * @param $callbackArgumentsJson
6
+     * @param $closeOnSuccess
7
+     * @param $reloadListOnSuccess;
8
+     * @param $buttonNameValue
9
+     */
10 10
 ?>
11 11
 <script>
12 12
 zaa.bootstrap.register('<?php echo $angularCrudControllerName; ?>', function($scope, $controller) {
Please login to merge, or discard this patch.