Skip to content

Commit e02bcea

Browse files
author
Dominik Liebler
committedAug 19, 2019
put declare() in the same line as the php tag
1 parent 2afed49 commit e02bcea

File tree

165 files changed

+165
-330
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+165
-330
lines changed
 

Diff for: ‎Behavioral/ChainOfResponsibilities/Handler.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?php
2-
declare(strict_types=1);
1+
<?php declare(strict_types=1);
32

43
namespace DesignPatterns\Behavioral\ChainOfResponsibilities;
54

Diff for: ‎Behavioral/ChainOfResponsibilities/Responsible/HttpInMemoryCacheHandler.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?php
2-
declare(strict_types=1);
1+
<?php declare(strict_types=1);
32

43
namespace DesignPatterns\Behavioral\ChainOfResponsibilities\Responsible;
54

0 commit comments

Comments
 (0)
Please sign in to comment.