Passed
Pull Request — master (#334)
by Antoine
08:21
created
src/Statements/WithStatement.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 
22 22
 /**
23 23
  * `WITH` statement.
24
-
25 24
  *  WITH [RECURSIVE] query_name [ (column_name [,...]) ] AS (SELECT ...) [, ...]
26 25
  */
27 26
 class WithStatement extends Statement
Please login to merge, or discard this patch.