From 05af3d26042eb49552ccbeb47ed4d94f8dc3353d Mon Sep 17 00:00:00 2001 From: kj Date: Thu, 11 Jun 2026 12:46:01 -0300 Subject: [PATCH] style(php): enable magit-psr-show-warnings --- configs/lang-php.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/lang-php.el b/configs/lang-php.el index b3b3293..0467ee4 100644 --- a/configs/lang-php.el +++ b/configs/lang-php.el @@ -57,7 +57,7 @@ :ensure (:host github :repo "KJ2ME/magit-psr") :config (setq magit-psr-recent-commits 20 - ;; magit-psr-show-warnings t + magit-psr-show-warnings t magit-psr-show-placeholder nil)) (provide 'lang-php)