GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 2e3a57...7c537a )
by Ítalo
08:19
created
src/Operator/Percentage.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016, HelloFresh GmbH.
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
3
+     * Copyright (c) 2016, HelloFresh GmbH.
4
+     * All rights reserved.
5
+     *
6
+     * This source code is licensed under the MIT license found in the
7
+     * LICENSE file in the root directory of this source tree.
8
+     */
9 9
 
10 10
 namespace HelloFresh\FeatureToggle\Operator;
11 11
 
Please login to merge, or discard this patch.
src/FeatureInterface.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016, HelloFresh GmbH.
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
3
+     * Copyright (c) 2016, HelloFresh GmbH.
4
+     * All rights reserved.
5
+     *
6
+     * This source code is licensed under the MIT license found in the
7
+     * LICENSE file in the root directory of this source tree.
8
+     */
9 9
 
10 10
 namespace HelloFresh\FeatureToggle\Operator;
11 11
 
Please login to merge, or discard this patch.
src/Serializer/OperatorSerializer.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016, HelloFresh GmbH.
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
3
+     * Copyright (c) 2016, HelloFresh GmbH.
4
+     * All rights reserved.
5
+     *
6
+     * This source code is licensed under the MIT license found in the
7
+     * LICENSE file in the root directory of this source tree.
8
+     */
9 9
 
10 10
 namespace HelloFresh\FeatureToggle\Operator;
11 11
 
Please login to merge, or discard this patch.
src/Serializer/ToggleSerializer.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016, HelloFresh GmbH.
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
3
+     * Copyright (c) 2016, HelloFresh GmbH.
4
+     * All rights reserved.
5
+     *
6
+     * This source code is licensed under the MIT license found in the
7
+     * LICENSE file in the root directory of this source tree.
8
+     */
9 9
 
10 10
 namespace HelloFresh\FeatureToggle\Operator;
11 11
 
Please login to merge, or discard this patch.
src/Serializer/OperatorConditionSerializer.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016, HelloFresh GmbH.
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
3
+     * Copyright (c) 2016, HelloFresh GmbH.
4
+     * All rights reserved.
5
+     *
6
+     * This source code is licensed under the MIT license found in the
7
+     * LICENSE file in the root directory of this source tree.
8
+     */
9 9
 
10 10
 namespace HelloFresh\FeatureToggle\Operator;
11 11
 
Please login to merge, or discard this patch.
src/Serializer/Serializer.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016, HelloFresh GmbH.
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
3
+     * Copyright (c) 2016, HelloFresh GmbH.
4
+     * All rights reserved.
5
+     *
6
+     * This source code is licensed under the MIT license found in the
7
+     * LICENSE file in the root directory of this source tree.
8
+     */
9 9
 
10 10
 namespace HelloFresh\FeatureToggle\Operator;
11 11
 
Please login to merge, or discard this patch.
src/ExpressionCondition.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016, HelloFresh GmbH.
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
3
+     * Copyright (c) 2016, HelloFresh GmbH.
4
+     * All rights reserved.
5
+     *
6
+     * This source code is licensed under the MIT license found in the
7
+     * LICENSE file in the root directory of this source tree.
8
+     */
9 9
 
10 10
 namespace HelloFresh\FeatureToggle\Operator;
11 11
 
Please login to merge, or discard this patch.
src/Context.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016, HelloFresh GmbH.
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
3
+     * Copyright (c) 2016, HelloFresh GmbH.
4
+     * All rights reserved.
5
+     *
6
+     * This source code is licensed under the MIT license found in the
7
+     * LICENSE file in the root directory of this source tree.
8
+     */
9 9
 
10 10
 namespace HelloFresh\FeatureToggle\Operator;
11 11
 
Please login to merge, or discard this patch.
src/Operator/EqualsTo.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016, HelloFresh GmbH.
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
3
+     * Copyright (c) 2016, HelloFresh GmbH.
4
+     * All rights reserved.
5
+     *
6
+     * This source code is licensed under the MIT license found in the
7
+     * LICENSE file in the root directory of this source tree.
8
+     */
9 9
 
10 10
 namespace HelloFresh\FeatureToggle\Operator;
11 11
 
Please login to merge, or discard this patch.