Skip to content

Commit b2d63c1

Browse files
committed
Fixed phpdoc inheritdoc annotation.
1 parent 398ac9c commit b2d63c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VCR/LibraryHooks/CurlRunkit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function __construct()
7676
}
7777

7878
/**
79-
* @inherit
79+
* @inheritdoc
8080
*/
8181
public function enable(\Closure $handleRequestCallback)
8282
{
@@ -101,7 +101,7 @@ public function enable(\Closure $handleRequestCallback)
101101
}
102102

103103
/**
104-
* @inherit
104+
* @inheritdoc
105105
*/
106106
public function disable()
107107
{

0 commit comments

Comments
 (0)