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

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

[elpa] externals/phps-mode 8bb4a496f3 2/5: Added TODO note


From: Christian Johansson
Subject: [elpa] externals/phps-mode 8bb4a496f3 2/5: Added TODO note
Date: Tue, 1 Feb 2022 11:42:10 -0500 (EST)

branch: externals/phps-mode
commit 8bb4a496f30a362a6f05b435a2d78bfbe0cc7331
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Added TODO note
---
 TODO.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/TODO.md b/TODO.md
index 673893788f..ca8082fcd9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,25 @@
 
 ## Indentation
 
+* Endless loop
+
+<?php
+
+namespace Vendor\Module;
+
+class myClass implements \My\NamespaceInterface
+{
+    public function __construct()
+    {
+
+    }
+}
+
+Depends on Emacs error with code:
+
+(string-match-p "[
         ]*implements[
         ]+\\([
         ]*[\\a-zA-Z_0-9_]+,?\\)+[
         ]*{$" "ariable implements 
\\Magento\\Framework\\Event\\OberserverInterface
{
    public function __construct()
 ")
+
+
 ## Code intelligence
 
 * Bookkeeping of chained object operators like WC()->cart->subtotal



reply via email to

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