Completed
Push — master ( 28c66b...9478ef )
by Harry
24s
created
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;
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;
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;
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\Exception;
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\Factory;
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\Factory;
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\Factory;
15 15
 
Please login to merge, or discard this patch.
src/Factory/ValueFactoryInterface.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\Factory;
15 15
 
Please login to merge, or discard this patch.
src/OneOfFilter.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;
15 15
 
Please login to merge, or discard this patch.