Bilge

Results 188 issues of Bilge

Hi, I am writing directly to `php://output` in my action because I do not want to buffer (large) output in memory or on disk. However, Slim quietly elects not to...

## Feature Request #### Is your feature request related to a problem? Please describe. There seems to be no way to hide the zero exit code from the `status` module....

✨ enhancement

Some libraries require psr/container v2, but this component does not declare such compatibility. The only [difference between v1 and v2](https://github.com/php-fig/container/compare/1.1.2...2.0.2) is that `has()` now specifies a return type.

## Describe the bug Briefly outputs a progress bar that last a few seconds, then goes dark with absolutely no output for the next hour until finally running out of...

In PHPUnit 9, we had the XML directive ``. This meant when (and only when) producing the coverage report, uncovered files would be included. Since PHPUnit 10 this is either...

type/enhancement
feature/code-coverage
feature/configuration/xml
feature/configuration/cli

| Q | A | --------------------| --------------- | PHPUnit version | 10.5.24 | PHP version | 8.2.15 | Installation Method | Composer #### Summary PHPUnit 9 `--coverage-text` with `colors="true"` would...

type/bug

Some algorithms only work on 64-bit architectures, and most hosts today are probably running 64-bit builds. To reduce inconsistencies, it would be useful if 3v4l also used 64-bit builds.

enhancement

PSR-12 sniff, `PSR12.Classes.AnonClassDeclaration.SpaceAfterKeyword` rejects `new class()` with: _Expected 1 space after class keyword; 0 found._ However, `Symfony.Objects.ObjectInstantiation.Invalid` rejects `new class ()` with: _Use parentheses when instantiating classes_. It seems to...

### Environment - Visual Studio version: 2015 Enterprise - CodeMaid version: 10.1 - Code language: C# ### Description I always have Spade open during design time but switching between tabs...

bug
feature: digging