Skip to content

Commit e4e5c25

Browse files
committed
Red Summer
1 parent 8d6adf5 commit e4e5c25

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Db.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @copyright 2016 Bill Rocha <http://google.com/+BillRocha>
1010
* @license <https://opensource.org/licenses/MIT> MIT
1111
* @version GIT: 0.0.1
12-
* @link http://paulorocha.tk/github/devbr
12+
* @link http://paulorocha.tk/devbr
1313
*/
1414

1515
namespace Lib;
@@ -23,7 +23,7 @@
2323
* @package Data
2424
* @author Bill Rocha <[email protected]>
2525
* @license <https://opensource.org/licenses/MIT> MIT
26-
* @link http://paulorocha.tk/github/devbr
26+
* @link http://paulorocha.tk/devbr
2727
*/
2828
class Db
2929
{
@@ -167,7 +167,7 @@ function getSql()
167167
* @package Data
168168
* @author Bill Rocha <[email protected]>
169169
* @license <https://opensource.org/licenses/MIT> MIT
170-
* @link http://paulorocha.tk/github/devbr
170+
* @link http://paulorocha.tk/devbr
171171
*/
172172
class Row
173173
{

User.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @copyright 2016 Bill Rocha <http://google.com/+BillRocha>
1010
* @license <https://opensource.org/licenses/MIT> MIT
1111
* @version GIT: 0.0.1
12-
* @link http://paulorocha.tk/github/devbr
12+
* @link http://paulorocha.tk/devbr
1313
*/
1414

1515
namespace Lib;
@@ -23,7 +23,7 @@
2323
* @package Util
2424
* @author Bill Rocha <[email protected]>
2525
* @license <https://opensource.org/licenses/MIT> MIT
26-
* @link http://paulorocha.tk/github/devbr
26+
* @link http://paulorocha.tk/devbr
2727
*/
2828
class User
2929
{

config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @copyright 2016 Bill Rocha <http://google.com/+BillRocha>
1010
* @license <https://opensource.org/licenses/MIT> MIT
1111
* @version GIT: 0.0.1
12-
* @link http://paulorocha.tk/github/devbr
12+
* @link http://paulorocha.tk/devbr
1313
*/
1414

1515
namespace Config;
@@ -21,7 +21,7 @@
2121
* @package Config
2222
* @author Bill Rocha <[email protected]>
2323
* @license <https://opensource.org/licenses/MIT> MIT
24-
* @link http://paulorocha.tk/github/devbr
24+
* @link http://paulorocha.tk/devbr
2525
*/
2626
class Database
2727
{

0 commit comments

Comments
 (0)