Skip to content

Commit 55ffd93

Browse files
committed
Fixed package slash in DocBlock
1 parent a450091 commit 55ffd93

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @package evas-php/evas-web
3+
* @package evas-php\evas-web
44
*/
55
namespace Evas\Web;
66

src/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @package evas-php/evas-web
3+
* @package evas-php\evas-web
44
*/
55
namespace Evas\Web;
66

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @package evas-php/evas-web
3+
* @package evas-php\evas-web
44
*/
55
namespace Evas\Web;
66

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @package evas-php/evas-web
3+
* @package evas-php\evas-web
44
*/
55
namespace Evas\Web;
66

0 commit comments

Comments
 (0)