pdt icon indicating copy to clipboard operation
pdt copied to clipboard

PHP Development Tools project (PDT)

Results 170 pdt issues
Sort by recently updated
recently updated
newest added

## summary `type` column: - ❌ display error - ⚠️ display warning - 🎯 validation detail columns: - S: any statement: global and inside function/method. excluding ```use``` clause. - F:...

bug

**Bug Description** Missing validation on non lowercase keyword. **Eclipse environment** Version: 2023-06 (4.28.0) Build id: 20230608-1333 PDT: 8.0.0.202306050832 **System** - PHP Version: 8.2.7, 8.1.20, 8.0.29, 7.4.33 (via https://onlinephp.io/) **To Reproduce**...

enhancement

**Bug Description** Missing error on return statement inside never function. **Eclipse environment** Version: 2023-06 (4.28.0) Build id: 20230608-1333 PDT: 8.0.0.202306050832 **System** - PHP Version: 8.2.7, 8.1.20, 8.0.29, 7.4.33 (via https://onlinephp.io/)...

enhancement

**Bug Description** Missing warning on statement after never function call. **Eclipse environment** Version: 2023-06 (4.28.0) Build id: 20230608-1333 PDT: 8.0.0.202306050832 **System** - PHP Version: 8.2.7, 8.1.20, 8.0.29, 7.4.33 (via https://onlinephp.io/)...

enhancement

**Bug Description** Missing error/warning on autovivification on union type if not guarded with IF-STATEMENT. **Eclipse environment** Version: 2023-06 (4.28.0) Build id: 20230608-1333 PDT: 8.0.0.202306050832 **System** - PHP Version: 8.2.7, 8.1.20,...

enhancement

**Bug Description** Missing error on autovivification on value other than undefined, null or array. **Eclipse environment** Version: 2023-06 (4.28.0) Build id: 20230608-1333 PDT: 8.0.0.202306050832 **System** - PHP Version: 8.2.7, 8.1.20,...

enhancement

**Bug Description** Missing error on using forbidden type for param/property. **Eclipse environment** Version: 2023-06 (4.28.0) Build id: 20230608-1333 PDT: 8.0.0.202306050832 **System** - PHP Version: 8.2.7, 8.1.20, 8.0.29, 7.4.33 (via https://onlinephp.io/)...

enhancement

**Bug Description** Missing error on instantiation on class constant definition. **Eclipse environment** Version: 2023-06 (4.28.0) Build id: 20230608-1333 PDT: 8.0.0.202306050832 **System** - PHP Version: 8.2.7, 8.1.20, 8.0.29, 7.4.33 (via https://onlinephp.io/)...

enhancement

**Bug Description** Missing error on using constructor property promotion on old style constructor. **Eclipse environment** Version: 2023-06 (4.28.0) Build id: 20230608-1333 PDT: 8.0.0.202306050832 **System** - PHP Version: 8.2.7, 8.1.20, 8.0.29,...

enhancement

**Bug Description** Missing error on adding default value on variadic param. **Eclipse environment** Version: 2023-06 (4.28.0) Build id: 20230608-1333 PDT: 8.0.0.202306050832 **System** - PHP Version: 8.2.7, 8.1.20, 8.0.29, 7.4.33 (via...

enhancement