-
he I want start a discussion what thinks we need and want we can implement before we make a BC break
without BC break:
- automatic tests (travis ci)
- code coverage (coveralls)
- autoloading over com…
-
This is about to enforce the following policy decided recently (https://tracker.moodle.org/browse/MDLSITE-6087).
> Policy: Require formal namespaces for any new PHP files
> Since 19th June 2020, …
-
I was attempting to install this via Composer but it doesn't appear to be correctly registering. Am I missing something?
`$ composer require --dev pheromone/phpcs-security-audit
Using version ^2.0…
-
Hi,
I've got a problem with php-cs-fixer
I've made a custom .php_cs config file as following because I need to ignore files
that are located into database/* and don't follow PSR2 rules. U…
-
It seems that you obtain a token by first giving username/password credientals. Were you given these credentials by ATA? If not, how did you obtain this username/password combination? Without it, it s…
-
At first I thought that had something to do with the fact that Ubuntu 20.04 ships with php 7.4. So I uninstalled that and installed php 7.2 and then went as far as installing 7.1.
Here's my config:…
-
Integrate https://github.com/glayzzle/php-unparser as external library in order to format back PHP code.
This library consume php-parser AST tree and builds back the PHP formatting with proper inde…
-
We should probably move to format our code according to FIG PSR coding standards (PSR-0, PSR-1, & PSR-2) Though we follow many of them, there are still a number we do NOT (esp. my coding) e.g., Openi…
-
In #1048 the discussion started, if it was somehow possible to check the code style offline. This would speed up the development process: in case of online checks, the potential error-prone code needs…
-
None of the PSRs for Coding Standards, nor PER-CS, explicitly indicate whether the opening tag for PHP should be in lowercase, though this is very much implied in PSR-1 - see https://www.php-fig.org/p…