Setup pint & run code style fix

This commit is contained in:
gdarko
2024-01-29 04:46:01 -06:00
parent 8de34efd8c
commit 4ab92473e9
406 changed files with 1616 additions and 2026 deletions

View File

@@ -24,7 +24,6 @@ class FilePermissionChecker
/**
* Check for the folders permissions.
*
* @param array $folders
* @return array
*/
public function check(array $folders)
@@ -43,7 +42,6 @@ class FilePermissionChecker
/**
* Get a folder permission.
*
* @param $folder
* @return string
*/
private function getPermission($folder)
@@ -53,10 +51,6 @@ class FilePermissionChecker
/**
* Add the file to the list of results.
*
* @param $folder
* @param $permission
* @param $isSet
*/
private function addFile($folder, $permission, $isSet)
{
@@ -69,10 +63,6 @@ class FilePermissionChecker
/**
* Add the file and set the errors.
*
* @param $folder
* @param $permission
* @param $isSet
*/
private function addFileAndSetErrors($folder, $permission, $isSet)
{