Skip to content

Commit 279b3df

Browse files
committed
Update namespace
1 parent 8658555 commit 279b3df

11 files changed

+20
-0
lines changed

Diff for: src/API.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
99

10+
namespace adamroe\Imgur;
1011
require 'vendor/autoload.php';
1112

1213
class API

Diff for: src/Account.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
99

10+
namespace adamroe\Imgur;
1011

1112
class Account
1213
{

Diff for: src/Album.php

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
99

10+
namespace adamroe\Imgur;
11+
1012
class Album
1113
{
1214

Diff for: src/Authorize.php

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* @copyright (c) 2013 bndr
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
9+
10+
namespace adamroe\Imgur;
11+
912
class Authorize
1013
{
1114

Diff for: src/Comment.php

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
99

10+
namespace adamroe\Imgur;
11+
1012
class Comment
1113
{
1214

Diff for: src/Connect.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
99

10+
namespace adamroe\Imgur;
1011

1112
class Connect
1213
{

Diff for: src/Gallery.php

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
99

10+
namespace adamroe\Imgur;
11+
1012
class Gallery
1113
{
1214

Diff for: src/Image.php

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
99

10+
namespace adamroe\Imgur;
11+
1012
class Image
1113
{
1214

Diff for: src/Message.php

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
99

10+
namespace adamroe\Imgur;
11+
1012
class Message
1113
{
1214

Diff for: src/Notification.php

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* @copyright (c) 2013 bndr
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
9+
10+
namespace adamroe\Imgur;
11+
912
class Notification
1013
{
1114

Diff for: src/Upload.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
88
*/
99

10+
namespace adamroe\Imgur;
1011

1112
class Upload
1213
{

0 commit comments

Comments
 (0)