Skip to content

Commit 97abcc4

Browse files
[laravel-codepen] Fix comments
1 parent 43bb851 commit 97abcc4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: src/CodepenManager.php

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22

33
namespace Unicodeveloper\Codepen;
44

5-
use Illuminate\Support\Facades\Config;
65
use GuzzleHttp\Client;
6+
use Illuminate\Support\Facades\Config;
7+
78

89
class CodepenManager
910
{
1011

1112
/**
12-
* [$client description]
13-
* @var [type]
13+
* Instance of GuzzleHttp
14+
* @var object
1415
*/
1516
protected $client;
1617

1718
/**
18-
* [$response description]
19-
* @var [type]
19+
* Data response
20+
* @var object
2021
*/
2122
protected $response;
2223

0 commit comments

Comments
 (0)