Skip to content

Commit b270db0

Browse files
authored
Merge pull request #38 from johnbillion/docs-corrections
Docs corrections
2 parents bd16ade + 3436425 commit b270db0

3 files changed

+3
-3
lines changed

src/GetCommentDynamicFunctionReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Set return type of get_post().
4+
* Set return type of get_comment().
55
*/
66

77
declare(strict_types=1);

src/GetPostsDynamicFunctionReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Set return type of get_post().
4+
* Set return type of get_posts().
55
*/
66

77
declare(strict_types=1);

src/GetTaxonomiesDynamicFunctionReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Set return type of get_post().
4+
* Set return type of get_taxonomies().
55
*/
66

77
declare(strict_types=1);

0 commit comments

Comments
 (0)