Completed
Push — master ( 648698...02dc76 )
by Anton
03:28 queued 01:56
created
application/modules/media/controllers/grid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  *
21 21
  * @return array
22 22
  */
23
-return function () {
23
+return function() {
24 24
     /**
25 25
      * @var Controller $this
26 26
      */
Please login to merge, or discard this patch.
application/modules/media/controllers/crud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
  * @throws \Bluz\Application\Exception\ForbiddenException
30 30
  * @throws \Bluz\Application\Exception\NotImplementedException
31 31
  */
32
-return function () {
32
+return function() {
33 33
     /**
34 34
      * @var Controller $this
35 35
      */
Please login to merge, or discard this patch.
application/modules/media/controllers/list.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
  * @return array
20 20
  * @throws Exception
21 21
  */
22
-return function () {
22
+return function() {
23 23
     /**
24 24
      * @var Controller $this
25 25
      */
Please login to merge, or discard this patch.
application/modules/media/controllers/progress.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
  * @return string
19 19
  * @throws Exception
20 20
  */
21
-return function ($file) {
21
+return function($file) {
22 22
     /**
23 23
      * @var Controller $this
24 24
      */
Please login to merge, or discard this patch.
application/models/Media/Grid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * @link https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application\Media;
10 10
 
Please login to merge, or discard this patch.
application/models/Media/Table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * @link https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application\Media;
10 10
 
Please login to merge, or discard this patch.
application/models/Media/Crud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * @link https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application\Media;
10 10
 
Please login to merge, or discard this patch.
application/models/Media/Row.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * @link https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application\Media;
10 10
 
Please login to merge, or discard this patch.
application/modules/media/controllers/upload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
  * @throws BadRequestException
27 27
  * @throws ConfigException
28 28
  */
29
-return function () {
29
+return function() {
30 30
     /**
31 31
      * @var Controller $this
32 32
      * @var UploadedFile $file
Please login to merge, or discard this patch.