[General] Fix parameter type comment style

Review Request #558 — Created May 21, 2018 and submitted — Latest diff uploaded

pprkut
Lunr
557
559
210740a...
lunr

Make parameter types lowercase in method documentation
Unify naming (int -> integer, bool -> boolean, etc)

Unit tests

src/Lunr/Cache/Cache.php
src/Lunr/Core/ConfigServiceLocator.php
src/Lunr/Core/Configuration.php
src/Lunr/Core/DateTime.php
src/Lunr/Core/Ini.php
src/Lunr/Core/Tests/ConfigServiceLocatorSupportTest.php
src/Lunr/Core/Tests/DateTimeBaseTest.php
src/Lunr/Core/Tests/DateTimeGetDateTimeTest.php
src/Lunr/Core/Tests/DateTimeGetDelayedDatetimeTest.php
src/Lunr/Core/Tests/DateTimeGetDelayedTimestampTest.php
src/Lunr/Core/Tests/DateTimeTest.php
src/Lunr/Core/Tests/DateTimeVerifyTest.php
src/Lunr/Core/Tests/IniGetIntegerForShorthandBytesTest.php
src/Lunr/Corona/Controller.php
src/Lunr/Corona/FrontController.php
src/Lunr/Corona/HTMLView.php
src/Lunr/Corona/Request.php
src/Lunr/Corona/RequestInterface.php
src/Lunr/Corona/RequestParser.php
src/Lunr/Corona/RequestParserInterface.php
This diff has been split across 8 pages: 1 2 3 4 5 6 7 8 >
Loading...