Closed (fixed)
Project:
Pathologic
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2023 at 21:37 UTC
Updated:
21 Dec 2023 at 23:54 UTC
Jump to comment: Most recent
See #3376057: [META] Add declare(strict_types=1) to all tests and parents.
declare(strict_types=1); (per #3303206: Define a standard for adding declare(strict_types=1))
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dwwPer core, better to not use
FormattableMarkupat all. There was also a strayt()left over. Otherwise, we were already strict. Now we declare it.Comment #4
dwwWidening the scope of this to turn this on for the rest of the code. Also to test out #3405392: Setup GitLab CI for Pathologic
Comment #7
dwwComment #11
dwwCherry-picked this to 8.x-1.x, too.