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\Creational\AbstractFactory;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Creational\Builder\Parts;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Creational\Builder\Parts;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Creational\Builder\Parts;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Creational\Builder\Parts;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Creational\Builder\Parts;

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace DesignPatterns\Creational\Builder\Parts;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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