How to Install and Uninstall php-cs-fixer.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "php-cs-fixer.noarch" package

Please follow the guidelines below to install php-cs-fixer.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install php-cs-fixer.noarch

2. Uninstall "php-cs-fixer.noarch" package

Learn how to uninstall php-cs-fixer.noarch on Fedora 35:

$ sudo dnf remove php-cs-fixer.noarch $ sudo dnf autoremove

3. Information about the php-cs-fixer.noarch package on Fedora 35

Last metadata expiration check: 3:48:38 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-cs-fixer
Version : 3.10.0
Release : 1.fc35.remi
Architecture : noarch
Size : 752 k
Source : php-cs-fixer-3.10.0-1.fc35.remi.src.rpm
Repository : remi
Summary : PHP Coding Standards Fixer
URL : https://github.com/FriendsOfPHP/PHP-CS-Fixer
License : MIT and BSD
Description : The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow
: standards; whether you want to follow PHP coding standards as defined in the
: PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You
: can also define your (team's) style through configuration.
:
: It can modernize your code (like converting the pow function to the ** operator
: on PHP 5.6) and (micro) optimize it.
:
: If you are already using a linter to identify coding standards problems in your
: code, you know that fixing them by hand is tedious, especially on large
: projects. This tool does not only detect them, but also fixes them for you.