Remove spaces after type casts

This commit is contained in:
Tautvidas Sipavičius
2016-06-29 19:04:23 +03:00
parent 9595e9629f
commit 841340a42d
10 changed files with 26 additions and 26 deletions

View File

@@ -14,4 +14,4 @@ class Date {
);
return (isset($actions[$action])) ? $actions[$action] : false;
}
}
}