mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Tidy codestyle - spaces between parenthesis and curly braces
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
if(isset($_GET['document_id'])){
|
||||
if (isset($_GET['document_id'])) {
|
||||
$document_id = intval($_GET['document_id']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user