You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add newline after heading and code block (consistency).
Use triple backticks for bash code examples.
Change how library will be installed via composer.
Remove explicit version constraint in `composer require` example. Recent
versions of composer will default the most recent version and
set a non-major breaking constraint.
Version constraint was still pointing to the most recent version of 2.*
release.
Soft limit text to 80 chars (does node affect code examples).
Remove 'Basic usage' heading.
Fix heading 'Type coercion' (space and typo).
Add missing opening PHP tag (section 'Type coercion'.
Fix indentation in code example (consistent 4 spaces).
Use single backticks for inline code.
Add parenthesis to method in description.
0 commit comments