[pear/HTML_Safe] 5fa66c: PSR-12 compliancy - Parentheses must always be pre...
[email protected] ("Evgeny Stepanischev via pear-cvs") Tue, 01 Aug 2023 04:55:48 -0700
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <pear/HTML_Safe/push/refs/heads/trunk/[email protected]> |
Branch: refs/heads/trunk
Home: https://github.com/pear/HTML_Safe
Commit: 5fa66ce68c5888e50dcad12150711ec4eb22d2cb
https://github.com/pear/HTML_Safe/commit/5fa66ce68c5888e50dcad12150711ec4eb22d2cb
Author: Giorgio Scalvini <[email protected]>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M HTML/Safe.php
M tests/HTML_SafeTest.php
Log Message:
-----------
PSR-12 compliancy - Parentheses must always be present even when no arguments passed to the constructor
Commit: f35435178e281c8986cff1b394d614cca869356a
https://github.com/pear/HTML_Safe/commit/f35435178e281c8986cff1b394d614cca869356a
Author: Giorgio Scalvini <[email protected]>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M HTML/Safe.php
M tests/HTML_SafeTest.php
Log Message:
-----------
PSR-2 compliancy - Code must use 4 spaces for indenting and Visibility must be declared on all properties and methods
Commit: b01acaff40039f2189a434498389ad1029c61a47
https://github.com/pear/HTML_Safe/commit/b01acaff40039f2189a434498389ad1029c61a47
Author: Evgeny Stepanischev <[email protected]>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M HTML/Safe.php
M tests/HTML_SafeTest.php
Log Message:
-----------
Merge pull request #7 from g-scalvini/psr-fix
Match some PSR-2 and PSR-12 rules
Compare: https://github.com/pear/HTML_Safe/compare/ee6fa11c041e...b01acaff4003