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

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

[elpa] externals/phps-mode 884c508fc6 1/4: Added TODO items


From: Christian Johansson
Subject: [elpa] externals/phps-mode 884c508fc6 1/4: Added TODO items
Date: Tue, 9 Aug 2022 02:21:36 -0400 (EDT)

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

    Added TODO items
---
 TODO.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/TODO.md b/TODO.md
index 9dcd153a52..2f386a6528 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,32 @@
 # TODO
 
+## Parser
+
+* Parsing code like
+
+        $totalPrice =
+            0.;
+
+## Indentation
+
+            'language' =>
+                self::getLocale(),
+                'recipient' => [
+                    'countryCode' =>
+                        $order->get_shipping_country()
+                        ? $order->get_shipping_country()
+                        : $order->get_billing_country(),
+                        'postalCode' =>
+                            $order->get_shipping_postcode()
+                            ? $order->get_shipping_postcode()
+                            : $order->get_billing_postcode(),
+                            'type' =>
+                                $order->get_shipping_company()
+                                || $order->get_billing_company()
+                                ? 'business'
+                                : 'personal'
+                ]
+
 
 ## Code intelligence
 



reply via email to

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