#
c3cc6e05 |
| 06-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 adjustments for the PassHash class
I opted for ignoring the camel case funtion check not because the public hash_* methods are widely used but because I find this style actually cleaner in this
PSR2 adjustments for the PassHash class
I opted for ignoring the camel case funtion check not because the public hash_* methods are widely used but because I find this style actually cleaner in this case where the method name is auto-built from the hash type name.
show more ...
|
#
07a7d227 |
| 22-Nov-2013 |
lisps <stummp@loewen.de> |
add test for empty rev in ml() and wl()
|
#
4002c084 |
| 01-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
Updated tests, removed hash
|
#
62765857 |
| 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
update common_ml test for hash change
|
#
826d2766 |
| 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Clean internal ids in ml(), that it matches with fetch.php The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id
|
#
c3ff531e |
| 06-May-2013 |
Andreas Gohr <gohr@cosmocode.de> |
fixed test name
|
#
a3d0aa22 |
| 06-May-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add some tests for ml()
|