Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6484 - removed old @todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Aug 6, 2014
1 parent 5e27cbe commit d61f32d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Header/Origin.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public static function fromString($headerLine)
throw new Exception\InvalidArgumentException('Invalid header value for Origin key: "' . $name . '"');
}

// @todo implementation details
return new static($value);
}

Expand Down

0 comments on commit d61f32d

Please sign in to comment.