Completed
Pull Request — master (#2)
by Harry
08:42
created
tests/unit/Factory/FilterFactoryTest.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/array-filter
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/array-filter
12
- */
3
+     * This file is part of graze/array-filter
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/array-filter
12
+     */
13 13
 
14 14
 namespace Graze\ArrayFilter\Test\Unit\Factory;
15 15
 
@@ -60,9 +60,9 @@  discard block
 block discarded – undo
60 60
     {
61 61
         if (is_string($expected)) {
62 62
             $this->valueFactory->shouldReceive('parseValue')
63
-                               ->with($expected)
64
-                               ->once()
65
-                               ->andReturn($expected);
63
+                                ->with($expected)
64
+                                ->once()
65
+                                ->andReturn($expected);
66 66
         }
67 67
 
68 68
         $filter = $this->factory->getFilter($property, $expected);
@@ -155,8 +155,8 @@  discard block
 block discarded – undo
155 155
     {
156 156
         foreach ($configuration as $property => $value) {
157 157
             $this->valueFactory->shouldReceive('parseValue')
158
-                               ->with($value)
159
-                               ->andReturn($value);
158
+                                ->with($value)
159
+                                ->andReturn($value);
160 160
         }
161 161
 
162 162
         $filter = $this->factory->createFilters($configuration);
Please login to merge, or discard this patch.
tests/unit/OneOfFilterTest.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/array-filter
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/array-filter
12
- */
3
+     * This file is part of graze/array-filter
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/array-filter
12
+     */
13 13
 
14 14
 namespace Graze\ArrayFilter\Test\Unit;
15 15
 
Please login to merge, or discard this patch.
src/AllOfFilter.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/array-filter
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/array-filter
12
- */
3
+     * This file is part of graze/array-filter
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/array-filter
12
+     */
13 13
 
14 14
 namespace Graze\ArrayFilter\Test\Unit;
15 15
 
Please login to merge, or discard this patch.
src/ArrayFilterInterface.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/array-filter
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/array-filter
12
- */
3
+     * This file is part of graze/array-filter
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/array-filter
12
+     */
13 13
 
14 14
 namespace Graze\ArrayFilter\Test\Unit;
15 15
 
Please login to merge, or discard this patch.
src/ClosureFilter.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/array-filter
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/array-filter
12
- */
3
+     * This file is part of graze/array-filter
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/array-filter
12
+     */
13 13
 
14 14
 namespace Graze\ArrayFilter\Test\Unit;
15 15
 
Please login to merge, or discard this patch.
src/Exception/UnknownPropertyDefinitionException.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/array-filter
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/array-filter
12
- */
3
+     * This file is part of graze/array-filter
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/array-filter
12
+     */
13 13
 
14 14
 namespace Graze\ArrayFilter\Test\Unit;
15 15
 
Please login to merge, or discard this patch.
src/Factory/FilterFactory.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/array-filter
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/array-filter
12
- */
3
+     * This file is part of graze/array-filter
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/array-filter
12
+     */
13 13
 
14 14
 namespace Graze\ArrayFilter\Test\Unit;
15 15
 
Please login to merge, or discard this patch.
src/Factory/FilterFactoryInterface.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/array-filter
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/array-filter
12
- */
3
+     * This file is part of graze/array-filter
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/array-filter
12
+     */
13 13
 
14 14
 namespace Graze\ArrayFilter\Test\Unit;
15 15
 
Please login to merge, or discard this patch.
src/Factory/ValueFactory.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/array-filter
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/array-filter
12
- */
3
+     * This file is part of graze/array-filter
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/array-filter/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/array-filter
12
+     */
13 13
 
14 14
 namespace Graze\ArrayFilter\Test\Unit;
15 15
 
Please login to merge, or discard this patch.