Page MenuHomeDevCentral

Simplify maxPropertyLength computation
ClosedPublic

Authored by DorianWinty on Feb 17 2022, 21:18.
Tags
None
Referenced Files
F25172070: D2536.id6399.diff
Fri, Apr 3, 02:58
F25171992: D2536.id6402.diff
Fri, Apr 3, 02:51
F25170840: D2536.id6400.diff
Fri, Apr 3, 01:16
Unknown Object (File)
Sun, Mar 29, 12:43
Unknown Object (File)
Sun, Mar 29, 11:56
Unknown Object (File)
Thu, Mar 26, 07:15
Unknown Object (File)
Thu, Mar 26, 03:00
Unknown Object (File)
Sat, Mar 21, 23:34
Subscribers
None

Details

Summary

maxPropertyLength modify for making more easy

Diff Detail

Repository
rKREPORT Keruald Report
Lint
Lint Passed
Unit
Tests Passed
Branch
mark_update
Build Status
Buildable 3962
Build 4214: arc lint + arc unit

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.