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
Pull Request — master (#56)
by halfpastfour
03:31
created
src/Delegate/ArraySerializable.php 1 patch
Switch Indentation   +1 added lines, -7 removed lines patch added patch discarded remove patch
@@ -97,10 +97,4 @@
 block discarded – undo
97 97
 			}
98 98
 		}
99 99
 
100
-		return $data;
101
-	}
102
-}
103
->>>>>>> 6d743af... Simplified getArrayCopy method
104
-=======
105
-}
106
->>>>>>> e69d8b3... Add unit test making sure the ArraySerializable trait is working well.
100
+		return $data
107 101
\ No newline at end of file
Please login to merge, or discard this patch.