Skip to content

Commit 218977d

Browse files
committed
Fix minor documentation issues
1 parent 12fc084 commit 218977d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Variable Exporter #
22

3-
PHPEncoder is a PHP library for exporting variables into PHP code similar to the
3+
*PHPEncoder* is a PHP library for exporting variables into PHP code similar to the
44
built in function `var_export()`. Compared to the built in function, this
55
library provides a more customizable alternative that makes it easier to
66
dynamically create configuration files and cache files in the format you desire.

apigen.neon

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
source:
22
- src
3-
3+
44
destination: api
55
charset:
66
- UTF-8
7-
8-
main: Riimu\Kit\PHPEncoder
9-
title: PHPEncoder
7+
8+
main: Riimu\Kit\CSRF
9+
title: CSRF
1010
php: false
11+
tree: true

phpunit.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
</testsuite>
77
</testsuites>
88
<filter>
9-
<whitelist addUncoveredFilesFromWhitelist="true">
9+
<whitelist processUncoveredFilesFromWhitelist="true">
1010
<directory suffix=".php">src/</directory>
11+
<exclude>
12+
<file>src/autoload.php</file>
13+
</exclude>
1114
</whitelist>
1215
</filter>
1316
</phpunit>

0 commit comments

Comments
 (0)