Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preusner committed May 18, 2015
1 parent 1fc7cb9 commit 9928081
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions DataCollector/HttpDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function getLogs() {
* Get all messages
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @return array
Expand All @@ -122,7 +122,7 @@ public function getMessages() {
* Return amount of http calls
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @return integer
Expand All @@ -138,7 +138,7 @@ public function getCallCount() {
* Returns (new) LogGroup based on given id
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param string $id
Expand Down
10 changes: 5 additions & 5 deletions Log/LogGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @package EightPoints\Bundle\GuzzleBundle\Log
* @author Florian Preusner
*
* @version 2.2
* @version 2.1
* @since 2015-05
*/
class LogGroup {
Expand All @@ -29,7 +29,7 @@ class LogGroup {
* Set Symfony Request
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param Request $value
Expand All @@ -43,7 +43,7 @@ public function setRequest(Request $value) {
* Get Symfony Request
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @return Request
Expand All @@ -57,7 +57,7 @@ public function getRequest() {
* Set Log Messages
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param array $value
Expand All @@ -71,7 +71,7 @@ public function setMessages(array $value) {
* Return Log Messages
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @return array
Expand Down
8 changes: 4 additions & 4 deletions Log/LogMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function getMessage() {
* Set Log Request
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param LogRequest $value
Expand All @@ -106,7 +106,7 @@ public function setRequest(LogRequest $value) {
* Get Log Request
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @return LogRequest
Expand All @@ -120,7 +120,7 @@ public function getRequest() {
* Set Log Response
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param LogResponse $value
Expand All @@ -134,7 +134,7 @@ public function setResponse(LogResponse $value) {
* Get Log Response
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @return LogResponse
Expand Down
10 changes: 5 additions & 5 deletions Log/LogRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @package EightPoints\Bundle\GuzzleBundle\Log
* @author Florian Preusner
*
* @version 2.2
* @version 2.1
* @since 2015-05
*/
class LogRequest {
Expand All @@ -24,7 +24,7 @@ class LogRequest {
* Construct
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param RequestInterface $request
Expand All @@ -38,7 +38,7 @@ public function __construct(RequestInterface $request) {
* Save data
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param RequestInterface $request
Expand All @@ -52,7 +52,7 @@ public function save(RequestInterface $request) {
* Set request host
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param string $value
Expand All @@ -66,7 +66,7 @@ public function setHost($value) {
* Return host
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @return string
Expand Down
10 changes: 5 additions & 5 deletions Log/LogResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @package EightPoints\Bundle\GuzzleBundle\Log
* @author Florian Preusner
*
* @version 2.2
* @version 2.1
* @since 2015-05
*/
class LogResponse {
Expand All @@ -24,7 +24,7 @@ class LogResponse {
* Construct
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param ResponseInterface $response
Expand All @@ -38,7 +38,7 @@ public function __construct(ResponseInterface $response) {
* Save data
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param ResponseInterface $request
Expand All @@ -52,7 +52,7 @@ public function save(ResponseInterface $request) {
* Set response headers
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @param array $value
Expand All @@ -66,7 +66,7 @@ public function setHeaders(array $value) {
* Return response headers
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @return array
Expand Down
4 changes: 2 additions & 2 deletions Log/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function log($level, $message, array $context = array()) {
* Clear messages list
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*/
public function clear() {
Expand All @@ -65,7 +65,7 @@ public function clear() {
* Return if messages exist or not
*
* @author Florian Preusner
* @version 2.2
* @version 2.1
* @since 2015-05
*
* @return boolean
Expand Down

0 comments on commit 9928081

Please sign in to comment.