-
Hello,
By typo I found out the following:
```
*/symfony/tests/Unit/*
error
*MyFile*
```
You can understand that the r…
-
Hi,
Is there a way of **allowing** double space at the end of a line of code?
I am trying to use markdown in some of my files and phpfmt seems to be removing them on a save.
-
Just tried installing this. Upon `git commit`, I get
```
$ git commit
PHP Warning: include(/path/to/project/.git/php-composter/config.php): failed to open stream: No such file or directory in /p…
-
As defined in this repo, could be nice to add a PHPCS standard for Symfony2 projects, defined in this repo.
https://github.com/opensky/Symfony2-coding-standard
-
**PROBLEM:**
Codebase is a mess of elseif/nested logic. This code needs refactored a couple times to properly organize jobs and move towards unit testing capable code...
**SOLUTION:**
1) refactor…
-
Im stumped.
in order to get grunt-phpcs running, i did the standard npm install, and configured my Gruntfile.js
phpcs: {
application: {
dir: 'src'
},
…
-
## Description
We have no clear documentation for people who want to contribute. We could add a CONTRIBUTING.md and optional a page to the website.
-
**Describe the bug**
A clear and concise description of what the bug is.
Some files have errors and cannot be repaired, so the code has been truncated to make it shorter and easier to understand.
…
ghost updated
2 years ago
-
Правильно:
``` php
class Foo
{
private $_foo = 42;
protected function _log()
{
}
public function test()
{
}
}
```
Неправильно:
``` php
class Foo
{
private $foo = 42;
p…
-
I'm getting this error with the Analyzer 1.6.1, see per example [this](https://scrutinizer-ci.com/g/madewithlove/remindme/inspections/4bfcd2fb-64a5-4073-bfcd-910ac7863ef6/issues/files/app/Remindme/Htt…