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 ( 6f44b8...8e9c3c )
by Berry
11:41
created
src/Failure.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      */
52 52
     public function format()
53 53
     {
54
-        $replace = function ($matches) {
54
+        $replace = function($matches) {
55 55
             if (array_key_exists($matches[1], $this->parameters)) {
56 56
                 return $this->parameters[$matches[1]];
57 57
             }
Please login to merge, or discard this patch.
src/Rule/InArray.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      */
79 79
     protected function getMessageParameters()
80 80
     {
81
-        $quote = function ($value) {
81
+        $quote = function($value) {
82 82
             return '"' . $value . '"';
83 83
         };
84 84
 
Please login to merge, or discard this 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
- * Particle.
4
- *
5
- * @link      http://github.com/particle-php for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
- * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
- */
3
+     * Particle.
4
+     *
5
+     * @link      http://github.com/particle-php for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
+     * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
+     */
9 9
 namespace Particle\Validator\Value;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/Value/Container.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
- * Particle.
4
- *
5
- * @link      http://github.com/particle-php for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
- * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
- */
3
+     * Particle.
4
+     *
5
+     * @link      http://github.com/particle-php for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
+     * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
+     */
9 9
 namespace Particle\Validator\Value;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/ExceptionInterface.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
- * Particle.
4
- *
5
- * @link      http://github.com/particle-php for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
- * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
- */
3
+     * Particle.
4
+     *
5
+     * @link      http://github.com/particle-php for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
+     * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
+     */
9 9
 namespace Particle\Validator\Value;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/MessageStack.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
- * Particle.
4
- *
5
- * @link      http://github.com/particle-php for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
- * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
- */
3
+     * Particle.
4
+     *
5
+     * @link      http://github.com/particle-php for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
+     * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
+     */
9 9
 namespace Particle\Validator\Value;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/Output/Rule.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
- * Particle.
4
- *
5
- * @link      http://github.com/particle-php for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
- * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
- */
3
+     * Particle.
4
+     *
5
+     * @link      http://github.com/particle-php for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
+     * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
+     */
9 9
 namespace Particle\Validator\Value;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/Output/Structure.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
- * Particle.
4
- *
5
- * @link      http://github.com/particle-php for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
- * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
- */
3
+     * Particle.
4
+     *
5
+     * @link      http://github.com/particle-php for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
+     * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
+     */
9 9
 namespace Particle\Validator\Value;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/Output/Subject.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
- * Particle.
4
- *
5
- * @link      http://github.com/particle-php for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
- * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
- */
3
+     * Particle.
4
+     *
5
+     * @link      http://github.com/particle-php for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
+     * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
+     */
9 9
 namespace Particle\Validator\Value;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/Rule.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
- * Particle.
4
- *
5
- * @link      http://github.com/particle-php for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
- * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
- */
3
+     * Particle.
4
+     *
5
+     * @link      http://github.com/particle-php for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
+     * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
+     */
9 9
 namespace Particle\Validator\Value;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.