Page MenuHomePhabricator

PSR-0 compliance
Closed, ResolvedPublic

Description

Diff is not currently PSR-0 [0] compliant. More recently introduced classes typically are, though the initial core of the library is not. Some classes will need to be moved into sub namespaces to be compliant.

Once this is done, the manually maintained autoloading list at Diff.classes.php can be removed.

[0] https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md


Version: master
Severity: normal

Details

Reference
bz52455

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:47 AM
bzimport set Reference to bz52455.
bzimport added a subscriber: Unknown Object (MLST).

The manually maintained classmap has been removed by https://github.com/wmde/Diff/pull/1

Still not PSR-0 complaint though.