branch: externals/phps-mode commit 2122f23ad111ba3fcdc9c7423f5663ee3725b69e Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Added failing indentation case --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO.md b/TODO.md index bc46248af3..46bdddef59 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,14 @@ # TODO +## Indentation + +* Case 1 + + $table = $installer->getConnection() + ->newTable($installer->getTable('my_table')) + ->addColumn(); + + ## Code intelligence * Bookkeeping of chained object operators like WC()->cart->subtotal