Skip to content

Commit 73c6677

Browse files
committed
Code reformatting
1 parent 4210552 commit 73c6677

5 files changed

Lines changed: 3 additions & 9 deletions

File tree

src/Trafiklab/Common/Model/Contract/RoutePlanningResponse.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Trafiklab\Common\Model\Contract;
44

5-
use Trafiklab\Common\Internal\WebResponseImpl;
6-
75
/**
86
* Interface RoutePlanningResponse
97
*

src/Trafiklab/Common/Model/Contract/StopLocationLookupEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* A stop location found by a StopLocationLookupRequest.
99
*
1010
* @see StopLocationLookupRequest
11-
* @see StopLocationLookupResponse
11+
* @see StopLocationLookupResponse
1212
*
1313
* @api
1414
* @package Trafiklab\Common\Model\Contract

src/Trafiklab/Common/Model/Contract/StopLocationLookupRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
namespace Trafiklab\Common\Model\Contract;
55

66
/**
7-
* A StopLocationLookupRequest is a request to look up a certain stop location by (a part of) its name. This way a stop location ID
8-
* can obtained. These APIs are called "Platsupplag" on trafiklab.se.
7+
* A StopLocationLookupRequest is a request to look up a certain stop location by (a part of) its name. This way a stop
8+
* location ID can obtained. These APIs are called "Platsupplag" on trafiklab.se.
99
*
1010
* @see StopLocationLookupResponse
1111
* @api

src/Trafiklab/Common/Model/Contract/StopLocationLookupResponse.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Trafiklab\Common\Model\Contract;
44

5-
use Trafiklab\Common\Internal\WebResponseImpl;
6-
75
/**
86
* Interface StopLocationLookupResponse
97
*

src/Trafiklab/Common/Model/Contract/WebResponse.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Trafiklab\Common\Model\Contract;
44

5-
use Trafiklab\Common\Internal\WebResponseImpl;
6-
75
/**
86
* A response from a webserver.
97
*

0 commit comments

Comments
 (0)