Page MenuHomeDevCentral

Simplify maxPropertyLength computation
ClosedPublic

Authored by DorianWinty on Feb 17 2022, 21:18.
Tags
None
Referenced Files
F14408459: D2536.id.diff
Fri, Nov 28, 12:00
F14353749: D2536.diff
Fri, Nov 28, 06:57
F14327690: D2536.id6399.diff
Fri, Nov 28, 04:31
Unknown Object (File)
Thu, Nov 27, 05:32
Unknown Object (File)
Wed, Nov 26, 10:17
Unknown Object (File)
Tue, Nov 25, 18:28
Unknown Object (File)
Tue, Nov 25, 03:28
Unknown Object (File)
Mon, Nov 24, 17:37
Subscribers
None

Details

Summary

maxPropertyLength modify for making more easy

Diff Detail

Repository
rKREPORT Keruald Report
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

DorianWinty created this revision.
src/Output/MarkdownOutput.php
34

min() instead of max() if the goal is to get at least 8 characters?

dereckson retitled this revision from modify maxpropertylength to Simplify maxPropertyLength computation.Feb 17 2022, 21:23
src/Output/MarkdownOutput.php
34

if i put min()
when $propertyMaxLength is more than 8 the number will stay at 8
but if i use max
if $propertyMaxLength > 8 then it will be the value of the property

This revision is now accepted and ready to land.Feb 17 2022, 21:45
This revision was automatically updated to reflect the committed changes.