Skip to content

Commit d3c1d98

Browse files
committed
Fix CS
1 parent 5019c7c commit d3c1d98

Some content is hidden

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

52 files changed

+52
-104
lines changed

src/AdapterCollection.php

Lines changed: 1 addition & 2 deletions
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
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
54
* Licensed under The MIT License

src/AdapterCollectionInterface.php

Lines changed: 1 addition & 2 deletions
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
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
54
* Licensed under The MIT License

src/Exception/FileDoesNotExistException.php

Lines changed: 1 addition & 2 deletions
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
/**
54
* Copyright (c) Florian Krämer (https://florian-kraemer.net)

src/Exception/FileNotReadableException.php

Lines changed: 1 addition & 2 deletions
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
/**
54
* Copyright (c) Florian Krämer (https://florian-kraemer.net)

src/Exception/InvalidStreamResourceException.php

Lines changed: 1 addition & 2 deletions
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
/**
54
* Copyright (c) Florian Krämer (https://florian-kraemer.net)

src/File.php

Lines changed: 1 addition & 2 deletions
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
/**
54
* Copyright (c) Florian Krämer (https://florian-kraemer.net)

src/FileFactory.php

Lines changed: 1 addition & 2 deletions
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
/**
54
* Copyright (c) Florian Krämer (https://florian-kraemer.net)

src/FileFactoryInterface.php

Lines changed: 1 addition & 2 deletions
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
/**
54
* Copyright (c) Florian Krämer (https://florian-kraemer.net)

src/FileInterface.php

Lines changed: 1 addition & 2 deletions
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
/**
54
* Copyright (c) Florian Krämer (https://florian-kraemer.net)

src/FileStorage.php

Lines changed: 1 addition & 2 deletions
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
/**
54
* Copyright (c) Florian Krämer (https://florian-kraemer.net)

0 commit comments

Comments
 (0)