Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 9, 2020
1 parent f316835 commit 8e77ef2
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion src/ArrayComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Comparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/ComparisonFailure.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/DOMNodeComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/DateTimeComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/DoubleComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/ExceptionComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Factory.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/MockObjectComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/NumericComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/ObjectComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/ScalarComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/SplObjectStorageComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion src/TypeComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ArrayComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ComparisonFailureTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/DOMNodeComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/DateTimeComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/DoubleComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ExceptionComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/FactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/MockObjectComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/NumericComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ObjectComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ResourceComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ScalarComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SplObjectStorageComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/TypeComparatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/_fixture/Author.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/_fixture/Book.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/_fixture/ClassWithToString.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/_fixture/SampleClass.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/_fixture/Struct.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/_fixture/TestClass.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/_fixture/TestClassComparator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of sebastian/comparator.
*
Expand Down

0 comments on commit 8e77ef2

Please sign in to comment.