Skip to content

Commit 00c875e

Browse files
authored
Merge pull request #15 from scaytrase/feature/cleanup
Cleanup
2 parents 2e03281 + 65d6251 commit 00c875e

25 files changed

+58
-179
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.5
55
- 5.6
66
- 7
7+
- 7.1
78
- nightly
89
- hhvm
910

src/ScayTrase/Api/IdGenerator/IdGeneratorInterface.php renamed to IdGenerator/IdGeneratorInterface.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* User: scaytrase
4-
* Date: 2016-01-02
5-
* Time: 21:57
6-
*/
72

83
namespace ScayTrase\Api\IdGenerator;
94

src/ScayTrase/Api/IdGenerator/UuidGenerator.php renamed to IdGenerator/UuidGenerator.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* User: scaytrase
4-
* Date: 2016-01-02
5-
* Time: 22:00
6-
*/
72

83
namespace ScayTrase\Api\IdGenerator;
94

src/ScayTrase/Api/JsonRpc/Exception/JsonRpcExceptionInterface.php renamed to JsonRpc/Exception/JsonRpcExceptionInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
<?php
2-
/**
3-
* User: scaytrase
4-
* Date: 2016-01-03
5-
* Time: 13:12
6-
*/
72

83
namespace ScayTrase\Api\JsonRpc\Exception;
94

105
use ScayTrase\Api\Rpc\Exception\RpcExceptionInterface;
116

127
interface JsonRpcExceptionInterface extends RpcExceptionInterface
138
{
14-
159
}

src/ScayTrase/Api/JsonRpc/Exception/JsonRpcProtocolException.php renamed to JsonRpc/Exception/JsonRpcProtocolException.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* User: scaytrase
4-
* Date: 2016-01-04
5-
* Time: 12:05
6-
*/
72

83
namespace ScayTrase\Api\JsonRpc\Exception;
94

src/ScayTrase/Api/JsonRpc/Exception/ResponseParseException.php renamed to JsonRpc/Exception/ResponseParseException.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* User: scaytrase
4-
* Date: 2016-01-03
5-
* Time: 13:13
6-
*/
72

83
namespace ScayTrase\Api\JsonRpc\Exception;
94

src/ScayTrase/Api/JsonRpc/JsonRpcClient.php renamed to JsonRpc/JsonRpcClient.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* User: scaytrase
4-
* Date: 2016-01-02
5-
* Time: 21:41
6-
*/
72

83
namespace ScayTrase\Api\JsonRpc;
94

src/ScayTrase/Api/JsonRpc/JsonRpcError.php renamed to JsonRpc/JsonRpcError.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* User: scaytrase
4-
* Date: 2016-01-03
5-
* Time: 10:46
6-
*/
72

83
namespace ScayTrase\Api\JsonRpc;
94

src/ScayTrase/Api/JsonRpc/JsonRpcErrorInterface.php renamed to JsonRpc/JsonRpcErrorInterface.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* User: scaytrase
4-
* Date: 2016-01-03
5-
* Time: 10:49
6-
*/
72

83
namespace ScayTrase\Api\JsonRpc;
94

src/ScayTrase/Api/JsonRpc/JsonRpcNotification.php renamed to JsonRpc/JsonRpcNotification.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<?php
2-
/**
3-
* User: scaytrase
4-
* Date: 2016-01-03
5-
* Time: 10:55
6-
*/
72

83
namespace ScayTrase\Api\JsonRpc;
94

0 commit comments

Comments
 (0)