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 ( e283f5...d07aa7 )
by Petr
26:53
created
src/Markers.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,11 +49,11 @@
 block discarded – undo
49 49
 	
50 50
 	
51 51
 	/**
52
-	* @param array $position
53
-	* @param boolean $animation
54
-	* @param String $title
55
-	* @return Markers
56
-	*/
52
+	 * @param array $position
53
+	 * @param boolean $animation
54
+	 * @param String $title
55
+	 * @return Markers
56
+	 */
57 57
 	public function addMarker(array $position, $animation = false, $title = null)
58 58
 	{
59 59
 		if (!is_string($animation) && !is_bool($animation))
Please login to merge, or discard this patch.