Skip to content

Commit

Permalink
Fixed phpdoc typo for QueueItem
Browse files Browse the repository at this point in the history
  • Loading branch information
mogman1 committed Jun 16, 2014
1 parent 621feca commit fd445f0
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\Job
* @return \mogman1\Jenkins\QueueItem
*/
public static function factory(Jenkins $conn, JsonData $data) {
$id = $data->get("id", "");
Expand Down

0 comments on commit fd445f0

Please sign in to comment.