Skip to content

Commit 59cc531

Browse files
committed
update author email
1 parent 8a659f8 commit 59cc531

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/BodyTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
* Трейт тела запроса/овтета.
9-
* @author Egor Vasyakin <[email protected]>
9+
* @author Egor Vasyakin <[email protected]>
1010
* @since 1.0
1111
*/
1212
trait BodyTrait

src/HeadersTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
* Трейт заголовков.
9-
* @author Egor Vasyakin <[email protected]>
9+
* @author Egor Vasyakin <[email protected]>
1010
* @since 1.0
1111
*/
1212
trait HeadersTrait

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* Класс запроса.
13-
* @author Egor Vasyakin <[email protected]>
13+
* @author Egor Vasyakin <[email protected]>
1414
* @since 1.0
1515
*/
1616
class Request implements RequestInterface

src/RequestInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
* Интерфейс запроса.
9-
* @author Egor Vasyakin <[email protected]>
9+
* @author Egor Vasyakin <[email protected]>
1010
* @since 1.0
1111
*/
1212
interface RequestInterface

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* Класс ответа.
14-
* @author Egor Vasyakin <[email protected]>
14+
* @author Egor Vasyakin <[email protected]>
1515
* @since 1.0
1616
*/
1717
class Response implements ResponseInterface

src/ResponseInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Evas\Http;
66
/**
77
* Интерфейс ответа.
8-
* @author Egor Vasyakin <[email protected]>
8+
* @author Egor Vasyakin <[email protected]>
99
* @since 1.0
1010
*/
1111
interface ResponseInterface

0 commit comments

Comments
 (0)