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 1
1
; ;; composer.el --- Interface to PHP Composer -*- lexical-binding : t -*-
2
2
3
- ; ; Copyright (C) 2020 Friends of Emacs-PHP development
3
+ ; ; Copyright (C) 2024 Friends of Emacs-PHP development
4
4
5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Created: 5 Dec 2015
@@ -387,7 +387,7 @@ Require PACKAGE is package name."
387
387
388
388
;;;### autoload
389
389
(defun composer-run-vendor-bin-command (command )
390
- " Run command ` COMMAND' in `vendor/bin' of the composer project."
390
+ " Run command COMMAND in `vendor/bin' of the composer project."
391
391
(interactive (list (completing-read " Run command in vendor/bin: " (composer--get-vendor-bin-files))))
392
392
(let ((default-directory (or (composer--find-composer-root default-directory)
393
393
default-directory))
@@ -404,7 +404,7 @@ Require PACKAGE is package name."
404
404
405
405
;;;### autoload
406
406
(defun composer-setup-managed-phar (&optional force )
407
- " Setup `composer.phar' . Force re-setup when ` FORCE' option is non-NIL."
407
+ " Setup `composer.phar' . Force re-setup when FORCE option is non-NIL."
408
408
(interactive " p" )
409
409
(when (called-interactively-p 'interactive )
410
410
(setq force (not (eq force 1 ))))
You can’t perform that action at this time.
0 commit comments