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.
Passed
Push — develop ( ce2160...d0a329 )
by nguereza
02:19
created
src/Upload.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * Class Upload
53 53
  * @package Platine\Upload
54 54
  */
55
-class Upload implements UploadInterface
56
-{
55
+class Upload implements UploadInterface {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/UploadInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * Class UploadInterface
53 53
  * @package Platine\Upload
54 54
  */
55
-interface UploadInterface
56
-{
55
+interface UploadInterface {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/File/File.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * Class File
53 53
  * @package Platine\Upload\File
54 54
  */
55
-class File implements FileInterface
56
-{
55
+class File implements FileInterface {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/File/FileInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * Class FileInterface
53 53
  * @package Platine\Upload\File
54 54
  */
55
-interface FileInterface
56
-{
55
+interface FileInterface {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/File/Collection.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@
 block discarded – undo
55 55
  * @package Platine\Upload\File
56 56
  * @extends ArrayIterator<string, FileInterface>
57 57
  */
58
-class Collection extends ArrayIterator implements FileInterface
59
-{
58
+class Collection extends ArrayIterator implements FileInterface {
60 59
 
61 60
 
62 61
 }
Please login to merge, or discard this patch.
src/Util/Helper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * Class Helper
53 53
  * @package Platine\Upload\Util
54 54
  */
55
-class Helper
56
-{
55
+class Helper {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/Storage/FileSystem.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * Class FileSystem
53 53
  * @package Platine\Upload\Storage
54 54
  */
55
-class FileSystem implements StorageInterface
56
-{
55
+class FileSystem implements StorageInterface {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/Storage/StorageInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * Class StorageInterface
53 53
  * @package Platine\Upload\Storage
54 54
  */
55
-interface StorageInterface
56
-{
55
+interface StorageInterface {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.
src/BatchUpload.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * Class BatchUpload
53 53
  * @package Platine\Upload
54 54
  */
55
-class BatchUpload
56
-{
55
+class BatchUpload {
57 56
 
58 57
 
59 58
 }
Please login to merge, or discard this patch.