Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / lkrms/pretty-php issues and pull requests

#56 - Review and optimise `VerticalWhitespace`

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment
Labels: enhancement

#55 - Fix DNF type formatting

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment
Labels: bug, enhancement

#54 - Add caching to workflows, move box and apigen to tools, update build.sh

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#53 - Fix exception when multiline comments start with `/`

Pull Request - State: closed - Opened by lkrms about 1 year ago

#52 - Preserve indentation when normalising comments, collapse empty docblocks

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment
Labels: enhancement

#51 - Improve comment formatting

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment
Labels: enhancement

#50 - Improve hanging indentation

Issue - State: closed - Opened by lkrms about 1 year ago

#49 - Revert logical operator change

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#48 - Improve declaration spacing heuristics

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment
Labels: enhancement

#47 - Add `StrictExpressions` rule and related changes

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment
Labels: new-feature

#46 - Update workflows

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment
Labels: no-changelog

#45 - Fix additional escaping issues

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment
Labels: bug

#44 - Fix issue where backslashes in heredocs are escaped unnecessarily

Pull Request - State: closed - Opened by lkrms about 1 year ago
Labels: bug

#43 - Clean up CLI options and commit generated documentation

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#42 - Normalise all strings, not just T_CONSTANT_ENCAPSED_STRING

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment
Labels: enhancement

#41 - Add release.yml

Pull Request - State: closed - Opened by lkrms about 1 year ago
Labels: no-changelog

#40 - Unescape leading tabs in strings when using tabs for indentation

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#39 - Remove T_BAD_CHARACTER tokens

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#37 - `TokenCollection`: extend `LooselyTypedCollection`, rewrite slow loops

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#35 - Review `TokenCollection` for performance improvements

Issue - State: closed - Opened by lkrms about 1 year ago

#34 - Fix issue with unaligned method chains

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#32 - Review `AlignData`

Issue - State: open - Opened by lkrms about 1 year ago

#31 - Match coalesce operator indent with ternary operators?

Issue - State: closed - Opened by lkrms about 1 year ago
Labels: component: code style

#30 - Match unit test namespaces to their PrettyPHP counterparts

Issue - State: open - Opened by lkrms about 1 year ago
Labels: component: tests

#29 - Don't sort `use <trait>` statements in classes and traits

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#28 - Tighten criteria for preservation of newlines and blank lines

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#27 - Fix arrow function alignment and other alignment-related bugs

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#26 - Improve `Formatter` API, fix empty statement and related bugs, review import sorting

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#25 - Finalise namespace cleanup

Pull Request - State: closed - Opened by lkrms about 1 year ago

#24 - Adopt Lkrms\PrettyPHP namespace and flatten sub-namespaces

Pull Request - State: closed - Opened by lkrms about 1 year ago - 1 comment

#23 - Adopt Lkrms\PrettyPHP namespace and flatten sub-namespaces

Pull Request - State: closed - Opened by lkrms over 1 year ago - 1 comment

#22 - CI: run phar test on Windows and macOS

Pull Request - State: closed - Opened by lkrms over 1 year ago - 1 comment

#21 - Update release workflow

Pull Request - State: closed - Opened by lkrms over 1 year ago - 1 comment

#20 - Fix issue where hanging indentation is not consistent within lists

Pull Request - State: closed - Opened by lkrms over 1 year ago - 1 comment

#19 - Improve maintainability of test fixtures

Pull Request - State: closed - Opened by lkrms over 1 year ago - 1 comment

#18 - Rename rules, filters and tests for consistency

Pull Request - State: closed - Opened by lkrms over 1 year ago

#17 - Adopt humbug/box for package builds

Pull Request - State: closed - Opened by lkrms over 1 year ago - 1 comment

#16 - Fix regression in `AddHangingIndentation`

Pull Request - State: closed - Opened by lkrms over 1 year ago - 1 comment
Labels: bug

#15 - Fix hanging indentation regression

Issue - State: closed - Opened by lkrms over 1 year ago

#14 - Don't escape leading tabs when output uses tabs for indentation (`SimplifyStrings`)

Issue - State: closed - Opened by lkrms over 1 year ago
Labels: enhancement, Formatting

#13 - Fix issue where "if" in "else if" is treated as a new statement

Pull Request - State: closed - Opened by lkrms over 1 year ago - 1 comment

#12 - if else alignment

Issue - State: closed - Opened by HastaLaVi2 over 1 year ago - 1 comment
Labels: bug, Formatting

#11 - Add a newline before the opening brace of anonymous classes with a multi-line interface list

Issue - State: closed - Opened by lkrms over 1 year ago
Labels: bug, PSR-12, Formatting

#10 - Align one-line switch cases?

Issue - State: closed - Opened by lkrms over 1 year ago
Labels: Formatting

#9 - Align some assignments that break over multiple lines?

Issue - State: closed - Opened by lkrms over 1 year ago
Labels: Formatting

#8 - Align comments that were previously aligned

Issue - State: closed - Opened by lkrms over 1 year ago
Labels: bug, Formatting

#7 - Document "hanging" vs "overhanging" indentation

Issue - State: closed - Opened by lkrms over 1 year ago
Labels: documentation

#6 - Add a `--psr12` option that enables PSR-12 compliance

Issue - State: closed - Opened by lkrms over 1 year ago - 1 comment
Labels: CLI, PSR-12

#5 - Honour `.gitignore` and equivalents

Issue - State: open - Opened by lkrms over 1 year ago
Labels: component: CLI

#4 - Add support for formatting-related requirements of PSR-12

Issue - State: closed - Opened by lkrms over 1 year ago - 1 comment
Labels: component: PSR-12, component: code style

#3 - Trim empty lines in docblocks

Issue - State: closed - Opened by lkrms over 1 year ago
Labels: component: code style

#2 - Detect continuation of comments beside code using leading whitespace (i.e. original column)

Issue - State: closed - Opened by lkrms over 1 year ago - 1 comment
Labels: Formatting

#1 - Enforce a selectable maximum line length

Issue - State: open - Opened by lkrms over 1 year ago - 1 comment
Labels: component: PSR-12, component: code style