Peter Gribanov
Peter Gribanov
Why use 2 keys? 1. key for store the value 2. key for store the expiration time Why don't use the structure? ```js { value: my_value, expire: timestamp, } ```...
* Tests `testAndandNot` and `testAndXandNot` are identical. * Argument of `not()` method is [not used](https://github.com/mbrevda/SpecificationPattern/blob/2aaa9b25d659abea3fbc9a21939a10aab0b39feb/src/CompositeSpecification.php#L24). I remove it.
`CompositeSpecification` implements a fluent interfaces. Fluent interfaces are evil. I recommend you remove this class. For more informations you can read the [Clean Code PHP](https://github.com/jupeter/clean-code-php#avoid-fluent-interfaces) guide or a full [blog...
You have a [Spamtrap](https://en.wikipedia.org/wiki/Spamtrap) vulnerabilities. **Symfony FOSUserBundle versions**: Actual in Subject from 14 Jan 2012 https://github.com/FriendsOfSymfony/FOSUserBundle/blob/8ae256d75d932a1a4699bbf08bf0866066a620f0/Resources/translations/FOSUserBundle.en.yml#L47 And in body from 16 Apr 2011 or older https://github.com/FriendsOfSymfony/FOSUserBundle/blob/9295012002768344c7a1df22cc37a2d8ecc040e7/Resources/translations/FOSUserBundle.en.yml#L26 Now it is also...
My [feature discussion](https://www.heidisql.com/forum.php?t=24363) on forum. I would like to be able to group tables in list tables window like in phpMyAdmin.  > ***[NavigationTreeTableSeparator](https://docs.phpmyadmin.net/en/latest/config.html#cfg_NavigationTreeTableSeparator)*** *Defines a string to be used...