Skip to content

Commit 5aa4726

Browse files
committed
Fixed wrong code in template issues
1 parent f7dd607 commit 5aa4726

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ about: Create a report to help us improve Phpfastcache
55
---
66

77
**Configuration**
8-
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
9-
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
8+
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
9+
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
1010
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
1111
- **Operating system:** " ...replace me (You REALLY should know it)... "
1212

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ about: Suggest an idea for Phpfastcache
55
---
66

77
**Configuration**
8-
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
9-
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
8+
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
9+
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
1010
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
1111
- **Operating system:** " ...replace me (You REALLY should know it)... "
1212

.github/ISSUE_TEMPLATE/simple_question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ about: Ask a question about Phpfastcache
55
---
66

77
**Configuration (optional)**
8-
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
9-
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
8+
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
9+
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
1010
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
1111
- **Operating system:** " ...replace me (You REALLY should know it)... "
1212

0 commit comments

Comments
 (0)