put declare() in the same line as the php tag

This commit is contained in:
Dominik Liebler
2019-08-19 18:11:49 +02:00
parent 2afed49abd
commit e02bcea33f
165 changed files with 165 additions and 330 deletions

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Adapter;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Adapter;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Adapter;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Adapter;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Adapter;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Adapter\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Bridge;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Bridge;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Bridge;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Bridge;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Bridge;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Bridge;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Bridge\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Composite;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Composite;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Composite;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Composite\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Composite;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\DataMapper;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\DataMapper\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\DataMapper;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\DataMapper;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Decorator;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Decorator;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Decorator;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Decorator;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Decorator\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Decorator;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\DependencyInjection;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\DependencyInjection;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\DependencyInjection\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Facade;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Facade;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Facade;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Facade\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\FluentInterface;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\FluentInterface\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Flyweight;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Flyweight\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Flyweight;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Flyweight;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Proxy;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Proxy;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Proxy;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Proxy\Tests;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Registry;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Structural\Registry\Tests;