Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
480 contributions in the last year
Contribution activity
August 2020
Created a pull request in kint-php/kint that received 10 comments
Recursion detection by reference
As discussed in #203 this is recursion tracking by reference. The array and object references are collected in a "register" and if they are encount…
+147
−79
•
10
comments
Opened their first pull request on GitHub in mmucklo/krumo
First pull request
Adding krumo::fetch()Created an issue in kint-php/kint that received 9 comments
Identify callable variables
There are several formats that identify callable vars. Most ancient are traditional PHP callbacks such as [Kint\Kint::class, 'dump'], [$object, 'me…
9
comments
- Change how configuration is operated
- Drop KRUMO_DIR, replace with __DIR__
- Drop "@static" and "@access public"
- Put composer.lock in .gitignore and drop it
- Drop the INSTALL file
- Using a separate method for returning Krumo dumps instead using KRUMO_RETURN as argument
- Dropping VERSION file in favor of a class constant