1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #108 from xHeaven/master More... about 2 years ago
change all $qrtext to camelCase version More... about 2 years ago
use null coalescing assignment instead of just null coalescing More... about 2 years ago
use property promotion for options More... about 2 years ago
use http_build_query instead of sprintf to improve readability More... about 2 years ago
use sprintf instead of concatenating More... about 2 years ago
drop setAccessible calls as they its NOOP since PHP 8.1 More... about 2 years ago
use type safe assertions More... about 2 years ago
add readonly identifier More... about 2 years ago
remove pointless +0 More... about 2 years ago
fix formatting More... about 2 years ago
remove redundant assignment, use shorthard for nullable type More... about 2 years ago
add missing @throws tag More... about 2 years ago
fix nullable return type hint More... about 2 years ago
remove useless @throws because it never throws More... about 2 years ago
add readonly modifiers wherever possible More... about 2 years ago
remove unnecessary type casts More... about 2 years ago
use null coalescing operator instead of if checks More... about 2 years ago
use empty string comparison instead of strlen call More... about 2 years ago
use type safe asserts More... about 2 years ago
extract strlen check from loop More... about 2 years ago
add missing delimiter for proper escaping More... about 2 years ago
fix return types for v3, replace switch with match More... about 2 years ago
use static keyword for anonymous function definition More... about 2 years ago
put scalar types to the right More... about 2 years ago
use spread syntax instead of array_merge More... about 2 years ago
make parameter explicitly nullable More... about 2 years ago
fix formatting More... about 2 years ago
replace switch with match More... about 2 years ago
use strict comparison More... about 2 years ago