We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bb851 commit 97abcc4Copy full SHA for 97abcc4
src/CodepenManager.php
@@ -2,21 +2,22 @@
2
3
namespace Unicodeveloper\Codepen;
4
5
-use Illuminate\Support\Facades\Config;
6
use GuzzleHttp\Client;
+use Illuminate\Support\Facades\Config;
7
+
8
9
class CodepenManager
10
{
11
12
/**
- * [$client description]
13
- * @var [type]
+ * Instance of GuzzleHttp
14
+ * @var object
15
*/
16
protected $client;
17
18
- * [$response description]
19
+ * Data response
20
21
22
protected $response;
23
0 commit comments