Fixes #12055: Changed boolean to bool and integer to int in phpdoc

This commit is contained in:
Robert Korulczyk
2016-11-07 00:51:39 +01:00
committed by Alexander Makarov
parent 940f7c7cd4
commit 4aa935e69e
292 changed files with 1670 additions and 1670 deletions

View File

@ -310,7 +310,7 @@ class FixtureController extends Controller
* Prompts user with confirmation if fixtures should be loaded.
* @param array $fixtures
* @param array $except
* @return boolean
* @return bool
*/
private function confirmLoad($fixtures, $except)
{
@ -342,7 +342,7 @@ class FixtureController extends Controller
* Prompts user with confirmation for fixtures that should be unloaded.
* @param array $fixtures
* @param array $except
* @return boolean
* @return bool
*/
private function confirmUnload($fixtures, $except)
{
@ -381,7 +381,7 @@ class FixtureController extends Controller
/**
* Checks if needed to apply all fixtures.
* @param string $fixture
* @return boolean
* @return bool
*/
public function needToApplyAll($fixture)
{