Gytis Šk.
Gytis Šk.
Setting ``` rivets.configure({ preloadData: false }); ``` seems to also disable event binding on initializion, meaning that `click` event handler doesn't work: ``` ``` Is this intentional? Sometimes we want...
All methods should have @throws tag. Without it IDE shows "Exception is never thrown in correspoding try block".
Useful is someone is build custom emails and need to override row formatting to fit their email template.
Added inline PHPDoc with variable type for `$endpoint` so it can be navigated to easily, for example when debugging what request URI is called, etc.
This package requires `cache/array-adapter` -> latests version 1.2 of it supports psr/cache `1 || 2`. This packages allows `psr/cache` cache `1 || 2 || 3` but for the reason above...