Summary: | PHP 8.0: Allow trailing comma in parameter list | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Heinz Wiesinger <pprkut> |
Component: | Language Support: PHP | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.9.220801 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kdevelop/kdev-php/-/commit/3b46bce0e8340230aa708b9f38c3c5a0ebb71c8e | Version Fixed In: | 5.12.230800 |
Sentry Crash Report: |
Description
Heinz Wiesinger
2022-09-25 15:52:14 UTC
Git commit 3560fcad83b2f3e1a608154b726f5f83d4a869c7 by Heinz Wiesinger. Committed on 02/10/2022 at 08:30. Pushed by wiesinger into branch 'trailing_comma'. Add support for PHP 8.0's trailing comma in function parameter lists M +91 -2 duchain/tests/expressionparser.cpp M +5 -0 duchain/tests/expressionparser.h M +3 -1 parser/php.g https://invent.kde.org/kdevelop/kdev-php/commit/3560fcad83b2f3e1a608154b726f5f83d4a869c7 Git commit 3b46bce0e8340230aa708b9f38c3c5a0ebb71c8e by Heinz Wiesinger. Committed on 16/07/2023 at 07:39. Pushed by wiesinger into branch 'master'. Add support for PHP 8.0's trailing comma in function parameter lists FIXED-IN: 5.12.230800 M +91 -2 duchain/tests/expressionparser.cpp M +5 -0 duchain/tests/expressionparser.h M +3 -1 parser/php.g https://invent.kde.org/kdevelop/kdev-php/-/commit/3b46bce0e8340230aa708b9f38c3c5a0ebb71c8e |