File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ it returns the value of `SOURCE' as it is."
477
477
((memq verbose '(1 t )) (list " -v" ))
478
478
((eq verbose 2 ) (list " -vv" ))
479
479
((eq verbose 3 ) (list " -vvv" ))
480
- (error " :verbose option should be 1, 2, 3 or `t' " ))
480
+ (( error " :verbose option should be 1, 2, 3 or `t' " ) ))
481
481
(cond
482
482
(phpstan--use-xdebug-option (list phpstan--use-xdebug-option))
483
483
((eq phpstan-use-xdebug-option 'auto )
@@ -498,10 +498,10 @@ it returns the value of `SOURCE' as it is."
498
498
(buffer-substring-no-properties (region-beginning ) (region-end ))
499
499
(or (thing-at-point 'symbol t ) " " ))
500
500
current-prefix-arg))
501
- (let ((template (if current- prefix-arg
501
+ (let ((template (if prefix-num
502
502
(cdr phpstan-intert-dump-type-templates)
503
503
(car phpstan-intert-dump-type-templates))))
504
- (move- end-of-line 1 )
504
+ (end-of-line )
505
505
(newline-and-indent )
506
506
(insert template)
507
507
(search-backward " (" (line-beginning-position ) t )
You can’t perform that action at this time.
0 commit comments