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 — develop ( b6562d...080777 )
by Stuart
08:15
created
src/php/DataSift/Storyplayer/PlayerLib/Story.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -700,6 +700,7 @@
 block discarded – undo
700 700
     }
701 701
 
702 702
     /**
703
+     * @param integer $version
703 704
      * @return Story
704 705
      */
705 706
     public function requiresStoryplayerVersion($version)
Please login to merge, or discard this patch.
src/php/Storyplayer/SPv2/Modules/Asserts.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      *
74 74
      * @param  array $actual
75 75
      *         the array to be tested
76
-     * @return \Prose\AssertsArray
76
+     * @return AssertsArray
77 77
      */
78 78
     public static function assertsArray($actual)
79 79
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      *
86 86
      * @param  boolean $actual
87 87
      *         the data to be tested
88
-     * @return \Prose\AssertsBoolean
88
+     * @return AssertsBoolean
89 89
      */
90 90
     public static function assertsBoolean($actual)
91 91
     {
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      *
98 98
      * @param  double $actual
99 99
      *         the data to be tested
100
-     * @return \Prose\AssertsDouble
100
+     * @return AssertsDouble
101 101
      */
102 102
     public static function assertsDouble($actual)
103 103
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      *
110 110
      * @param  int $actual
111 111
      *         the data to be tested
112
-     * @return \Prose\AssertsInteger
112
+     * @return AssertsInteger
113 113
      */
114 114
     public static function assertsInteger($actual)
115 115
     {
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
      *
122 122
      * @param  object $actual
123 123
      *         the data to be tested
124
-     * @return \Prose\AssertsObject
124
+     * @return AssertsObject
125 125
      */
126 126
     public static function assertsObject($actual)
127 127
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      *
134 134
      * @param  string $actual
135 135
      *         the data to be tested
136
-     * @return \Prose\AssertsString
136
+     * @return AssertsString
137 137
      */
138 138
     public static function assertsString($actual)
139 139
     {
Please login to merge, or discard this patch.
src/php/Storyplayer/SPv2/Stories/BuildStory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,6 @@
 block discarded – undo
50 50
     /**
51 51
      * Create a new story object
52 52
      *
53
-     * @param  string $category the category that the story belongs to
54 53
      * @return Story            the new story object to use
55 54
      */
56 55
     public static function newStory()
Please login to merge, or discard this patch.