emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode 2122f23ad1 01/15: Added failing indentation c


From: Christian Johansson
Subject: [elpa] externals/phps-mode 2122f23ad1 01/15: Added failing indentation case
Date: Sat, 26 Feb 2022 02:06:34 -0500 (EST)

branch: externals/phps-mode
commit 2122f23ad111ba3fcdc9c7423f5663ee3725b69e
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]