Page MenuHomePhorge

PHPDoc: Fix @return string for methods which can also return null
ClosedPublic

Authored by aklapper on Fri, Apr 11, 09:51.
Tags
None
Referenced Files
F3988619: D25958.1746587313.diff
Tue, May 6, 03:08
F3914550: D25958.1746349388.diff
Sat, May 3, 09:03
F3914549: D25958.1746349315.diff
Sat, May 3, 09:01
F3815716: D25958.1746014902.diff
Tue, Apr 29, 12:08
F3680605: D25958.1745554458.diff
Thu, Apr 24, 04:14
F3675749: D25958.1745521400.diff
Wed, Apr 23, 19:03
F3648658: D25958.1745426117.diff
Tue, Apr 22, 16:35
F3605541: D25958.1745276724.diff
Sun, Apr 20, 23:05

Details

Summary

Correct docs.

Test Plan

Read the method code, run static code analysis (PHPStan) which complains "should return string but returns null".

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable