File tree 2 files changed +8
-14
lines changed
2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -27,33 +27,33 @@ class HttplugManager extends Manager
27
27
/**
28
28
* Create a new HttplugManager instance.
29
29
*
30
- * @param \Illuminate\Foundation\Application $app
31
- * @return void
30
+ * @param \Illuminate\Foundation\Application $app
32
31
*/
33
32
public function __construct (Application $ app )
34
33
{
35
34
$ this ->app = $ app ;
36
35
}
37
36
38
37
/**
39
- * Get default driver
38
+ * Get default driver.
40
39
*
41
40
* @return string
42
41
*/
43
42
public function getDefaultDriver ()
44
43
{
45
44
return $ this ->app ['config ' ]['httplug.default ' ];
46
45
}
47
-
46
+
48
47
/**
49
- * @param string $name
48
+ * @param string $name
49
+ *
50
50
* @return array
51
51
*/
52
52
protected function getConfig ($ name )
53
53
{
54
54
return $ this ->app ['config ' ]["httplug.adapters. {$ name }" ];
55
55
}
56
-
56
+
57
57
/**
58
58
* @return \Http\Adapter\Guzzle6\Client
59
59
*/
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ public function boot()
32
32
33
33
/**
34
34
* Register the application services.
35
- *
36
- * @return void
37
35
*/
38
36
public function register ()
39
37
{
@@ -42,9 +40,7 @@ public function register()
42
40
}
43
41
44
42
/**
45
- * Register php-http interfaces to container
46
- *
47
- * @return void
43
+ * Register php-http interfaces to container.
48
44
*/
49
45
protected function registerHttplugFactories ()
50
46
{
@@ -66,9 +62,7 @@ protected function registerHttplugFactories()
66
62
}
67
63
68
64
/**
69
- * Register httplug to container
70
- *
71
- * @return void
65
+ * Register httplug to container.
72
66
*/
73
67
protected function registerHttplug ()
74
68
{
You can’t perform that action at this time.
0 commit comments