1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Remove trailing whitespace

This commit is contained in:
barelon 2012-10-02 00:16:29 +03:00
parent 3b27216c51
commit 919cf8558b

View File

@ -1048,7 +1048,7 @@ public function __construct()
if (count($cascades) === 5) {
$cascades = array('"all"');
}
$typeOptions[] = 'cascade={' . implode(',', $cascades) . '}';
}