Completed
Push — master ( 1b1f57...7b29c9 )
by smiley
02:13
created
src/Drivers/DBDriverAbstract.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 use Psr\SimpleCache\CacheInterface;
19 19
 
20 20
 /**
21
-  * @see http://blog.mclaughlinsoftware.com/2010/02/21/php-binding-a-wildcard/ LIKE %...% -> LIKE CONCAT('%',?,'%')
21
+ * @see http://blog.mclaughlinsoftware.com/2010/02/21/php-binding-a-wildcard/ LIKE %...% -> LIKE CONCAT('%',?,'%')
22 22
  */
23 23
 abstract class DBDriverAbstract implements DBDriverInterface{
24 24
 
Please login to merge, or discard this patch.