Skip to content

Commit 44e69f9

Browse files
Masatoshi OgiwaraMasatoshi Ogiwara
authored andcommitted
fix: style: remove blank line between <?php and declare(strict_types=1)
1 parent 1eabf2b commit 44e69f9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Job/Message.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
declare(strict_types=1);
43

54
/**
@@ -15,7 +14,6 @@
1514
* @since 0.1.0
1615
* @license https://opensource.org/licenses/MIT MIT License
1716
*/
18-
1917
namespace Cake\Queue\Job;
2018

2119
use Cake\Core\ContainerInterface;

tests/TestCase/Job/MessageTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
declare(strict_types=1);
43

54
/**
@@ -15,7 +14,6 @@
1514
* @since 0.1.0
1615
* @license https://opensource.org/licenses/MIT MIT License
1716
*/
18-
1917
namespace Cake\Queue\Test\TestCase\Job;
2018

2119
use Cake\Queue\Job\Message;

0 commit comments

Comments
 (0)