Alex
Alex
@benlk , looking at https://github.com/hamcrest/hamcrest-php/blob/master/hamcrest/Hamcrest/Type/IsNumeric.php#L30 method comment the code is expected to work like this: interpret hex numbers in any form (hex, string) as hex numbers and validate them.
This library attempts to mirror the original library version written in Java with some adaptations to PHP-specific stuff. Not sure if the library should preserve BC of its method logic...
To fix this we need to rename all `setUp` methods into `setUpTest` methods and annotate them with `@before` annotation. If there are `tearDown` methods, then they must be renamed into...
> Wouldn't be all to add only `: void` after setUp() method? That won't work in PHP 5.x, which we support. --- The PHPUnit changes public method signatures quite often...
@LocalHeroPro , Thanks for the suggestions, I'll take this into consideration. For now please do as explained in the https://github.com/hamcrest/hamcrest-php/issues/79#issuecomment-1275597569 comment.
> > I wonder if there isn't an easier way to get access to the Moon Reader database. Doesn't it store it somewhere on the mounted USB disk, as some...
> I moved the title to WIP since this isn't ready to review. After the initial set of comments, I realized I should break out some additional features into additional...
@stbenjam , I completely understand you. Please be patient. We're not in a hurry here with @davidfor being very occupied with other projects and not being able to timely review...
Since you deleted the PR associated branches the GitHub also auto-closed all PRs. If that wasn't intentional please restore them.
How does Blade solve this? I suspect that `FormBuilder` instance won't be created until I have `Form::` in the `*.blade.php` file. I register all facades in the `config/app.php` so it...