Page MenuHomeDevCentral

Enforce opening brace is on same line than method declaration
ClosedPublic

Authored by dereckson on Mar 30 2018, 00:52.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 23:19
Unknown Object (File)
Sun, Oct 20, 14:16
Unknown Object (File)
Oct 14 2024, 22:03
Unknown Object (File)
Oct 14 2024, 16:18
Unknown Object (File)
Oct 14 2024, 15:52
Unknown Object (File)
Oct 5 2024, 10:16
Unknown Object (File)
Sep 25 2024, 06:23
Unknown Object (File)
Sep 22 2024, 15:09
Subscribers
None

Details

Summary

Nasqueron uses K&R style, Laravel not, this change standardizes
the Laravel-generated code.

This is a follow-up for 85fc0f62b8e1 (same change for classes).

Test Plan

phpcs with Generic.Functions.OpeningFunctionBraceKernighanRitchie sniff

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Mar 30 2018, 00:53
This revision was automatically updated to reflect the committed changes.