From f2f9e9437654b888c0ac1034430cdd97b09e183e Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Wed, 21 Aug 2024 22:03:26 +0200 Subject: [PATCH] Format docstring --- phpinspect-resolve.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpinspect-resolve.el b/phpinspect-resolve.el index 8b38222..788c0ec 100644 --- a/phpinspect-resolve.el +++ b/phpinspect-resolve.el @@ -550,7 +550,8 @@ When ASSUME-DERIVED is non-nil, it will be assumed that RESOLVECONTEXT's subject precedes a token that passes `phpinspect-attrib-p'. In this case, when the subject is a single bare word, it is assumed to be a type name at the start of a -static method call and resolved to a fully qualified type. (`phpinspect--type-p')" +static method call and resolved to a fully qualified +type. (`phpinspect--type-p')" ;; Subject should be a statement, not a single token. (when (phpinspect-probably-token-p (phpinspect--resolvecontext-subject resolvecontext)) (setf (phpinspect--resolvecontext-subject resolvecontext)