Skip to content

Commit

Permalink
further fix :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
mogman1 committed Jun 16, 2014
1 parent fd445f0 commit cda7ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mogman1/Jenkins/ApiObject/QueueItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function __construct(Jenkins $conn, $queueNumber) {
*
* @param Jenkins $conn
* @param JsonData $data
* @return \mogman1\Jenkins\QueueItem
* @return \mogman1\Jenkins\ApiObject\QueueItem
*/
public static function factory(Jenkins $conn, JsonData $data) {
$id = $data->get("id", "");
Expand Down

0 comments on commit cda7ae4

Please sign in to comment.