Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-07-26 18:03:12 +00:00 committed by StyleCI Bot
parent 6b7d19ed56
commit 1adf1b4120

View File

@ -319,7 +319,7 @@ trait TL
return $concat;
case 'Bool':
return $this->constructors->find_by_predicate(((bool)$object) ? 'boolTrue' : 'boolFalse')['id'];
return $this->constructors->find_by_predicate(((bool) $object) ? 'boolTrue' : 'boolFalse')['id'];
case 'true':
return;
case '!X':