Skip to content

Commit

Permalink
Fix minor documentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Riimu committed Feb 1, 2015
1 parent 1ff7214 commit 3cfb600
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Arbitrary Precision Base Converter #

BaseConversion is a PHP library for converting number bases, similar to PHP's
*BaseConversion* is a PHP library for converting number bases, similar to PHP's
built in function `base_convert()`. However, unlike the built in function, this
library is not limited by 32 bit integers and is capable of converting numbers
of arbitrary precision. This library also supports conversion of fractions and
Expand Down
5 changes: 3 additions & 2 deletions apigen.neon
Expand Up @@ -5,6 +5,7 @@ destination: api
charset:
- UTF-8

main: Riimu\Kit\BaseConversion
title: BaseConversion
main: Riimu\Kit\CSRF
title: CSRF
php: false
tree: true
5 changes: 4 additions & 1 deletion phpunit.xml
Expand Up @@ -6,8 +6,11 @@
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/</directory>
<exclude>
<file>src/autoload.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 3cfb600

Please sign in to comment.