Skip to content

Commit

Permalink
Tidy up namespace since switch to Curl from CurlInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 27, 2018
1 parent 107ca0c commit ca9bd2b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/CurlException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Gt\CurlInterface;
namespace Gt\Curl;

use RuntimeException;

Expand Down
2 changes: 1 addition & 1 deletion src/CurlInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Gt\CurlInterface;
namespace Gt\Curl;

/**
* Defines all methods associated with PHP's internal Curl handler,
Expand Down
2 changes: 1 addition & 1 deletion src/CurlMultiInfoInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Gt\CurlInterface;
namespace Gt\Curl;

interface CurlMultiInfoInterface {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/CurlMultiInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Gt\CurlInterface;
namespace Gt\Curl;

/**
* Defines all methods associated with PHP's internal Curl Multi handler,
Expand Down
1 change: 0 additions & 1 deletion src/CurlShare.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

namespace Gt\Curl;

class CurlShare implements CurlShareInterface {
Expand Down

0 comments on commit ca9bd2b

Please sign in to comment.