0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 14, 2024 — Dec 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Continued: - used "new" array way with `[]` More... about 2 months ago
Continued: - added return types to factory methods (still maybe many left) - added missing "import" More... about 2 months ago
Continued: - set explicit namespace for console, html, image More... about 2 months ago
Continued: - added return type-hint `Controller` (interface) More... about 2 months ago
Continued: - introduced interface `Randomizable` instead of direct class `RandomNumberGenerator` - added some type-hints More... about 2 months ago
Continued: - don't use `test` as this spawns another process, you can use e.g. `[ -f "${FOO_FILE}" ]` instead which doesn't spawn a process - updated composer dependencies (only needed for developing on this project More... about 2 months ago
Continued/WIP: - added more type-hints - moved constants to interface - theoretical fix for StringUtils::packString(), maybe unpacking works? More... 3 months ago
Continued: - added optional parameter $requestInstance More... 3 months ago
Continued: - converted old array() to "new" [] More... 3 months ago
Continued: - added more type-hints - moved array initialization to declaration part More... 3 months ago
Continued: - added more type-hints - updated class template for factories More... 3 months ago
Continued: - moved constant EXCEPTION_INVALID_STATE to interface Stateable More... 3 months ago
Continued: - renamed writeRawDataToFile() to writeAnyValueToFile() - renamed $rawData from same method back to $value More... 3 months ago
Continued: - added more type-hints - getResolverInstance() always returns an instance, so getting a `null` from it to check type isn't possible (old code) - rewrote code to avoid NPE catching and it wasn't possible anyway (instanceExists() need to be invoked) More... 3 months ago
Continued: - fixed improper type-hints for method writeRawDataToFile() - need to encode mixed $value to a string before writing it to file - added more type-hints - introduced method isIndexInstanceSet() More... 3 months ago
Continued: - added more type-hints More... 3 months ago
Continued: - ops, wrong method invoked More... 3 months ago
Continued: - added type-hints More... 3 months ago
Continued: - added more type-hints - added method updateLastActivity() to ManageableAccount interface More... 3 months ago
Continued: - added more type-hints More... 3 months ago
Continued: - half-introduced interface ChainedFilterable - added more type-hints - added some debug messages - moved database result classes to deeper directory More... 3 months ago
Continued: - deprecated ResultUpdateException in favor of generic BadMethodCallException More... 3 months ago
Continued: - renamed many $resource to $xmlParser as this is no longer a resource - added more type-hints More... 3 months ago
Continued: - renamed Parseable to ParseableXml as this is for XML parser classes only - renamed own XmlParser class to FrameworkXmlParser to not confuse this with the one from PHP 8.0+ More... 3 months ago
Continued: - added more type-hints More... 3 months ago
Continued: - getHashLength() had been movedto CryptoUtils utilities class More... 3 months ago
Continued: - need to invoke other method More... 3 months ago
Continued: - same, factories should return a created object, not itself More... 3 months ago
Continued: - now use bcmath to make calculation for dec2hex(), too More... 3 months ago
Continued: - more type-hints and compatibility to fseek() or FileIterator::seek() More... 3 months ago