Skip to content

Commit

Permalink
Hinting (#41)
Browse files Browse the repository at this point in the history
* hinting

* unnecessary array creation

* actually throw exceptions, don't quietly add them.
Remove obsolete imports

* do this

* reorder

* also check knownaliaseslower

* add the index

* cleanup tests

* maxTimeMS => 1000

* update readme

* reformat
  • Loading branch information
Plancke authored Feb 9, 2018
1 parent d03c6be commit 8794f68
Show file tree
Hide file tree
Showing 77 changed files with 2,256 additions and 681 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea/*
tests/cache

### Composer template
composer.phar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The preferred method of installing this library is with
[Composer](https://getcomposer.org) by running the following from your project
root:

$ composer require "plancke/hypixel-php=^1.0.4"
$ composer require "plancke/hypixel-php=^1.0.5"

If you plan on using the mongo cache implementation you'll also need to require mongo, (suggested package)

Expand Down
5 changes: 0 additions & 5 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
bootstrap="tests/bootstrap.php"
>

Expand Down
Loading

0 comments on commit 8794f68

Please sign in to comment.