@@ -84,13 +84,13 @@ |
||
84 | 84 | 'column4' => [ |
85 | 85 | 'title' => 'Table Header 4', |
86 | 86 | 'function' => function($link) { |
87 | - return '<a href="'. htmlentities($link, null, 'UTF-8') . '">' . "Google" . '</a>'; |
|
87 | + return '<a href="' . htmlentities($link, null, 'UTF-8') . '">' . "Google" . '</a>'; |
|
88 | 88 | } |
89 | 89 | ], |
90 | 90 | 'column6' => [ |
91 | 91 | 'title' => 'Table Header 6', |
92 | 92 | 'function' => function($tableCell6) { |
93 | - return empty($tableCell6) ? 'Not present' : 'Present'; |
|
93 | + return empty($tableCell6) ? 'Not present' : 'Present'; |
|
94 | 94 | } |
95 | 95 | ], |
96 | 96 | 'tablefoot1' => [ |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | */ |
31 | 31 | |
32 | 32 | // Get environment & autoloader. |
33 | - require __DIR__.'/config.php'; |
|
33 | + require __DIR__ . '/config.php'; |
|
34 | 34 | |
35 | 35 | // Create services and inject into the app. |
36 | 36 | $di = new \Anax\DI\CDIFactoryDefault(); |
@@ -98,13 +98,13 @@ discard block |
||
98 | 98 | 'column4' => [ |
99 | 99 | 'title' => 'Table Header 4', |
100 | 100 | 'function' => function($link) { |
101 | - return '<a href="'. htmlentities($link, null, 'UTF-8') . '">' . "Google" . '</a>'; |
|
101 | + return '<a href="' . htmlentities($link, null, 'UTF-8') . '">' . "Google" . '</a>'; |
|
102 | 102 | } |
103 | 103 | ], |
104 | 104 | 'column6' => [ |
105 | 105 | 'title' => 'Table Header 6', |
106 | 106 | 'function' => function($isPresent) { |
107 | - return empty($isPresent) ? 'Not present' : 'Present'; |
|
107 | + return empty($isPresent) ? 'Not present' : 'Present'; |
|
108 | 108 | } |
109 | 109 | ], |
110 | 110 | 'tablefoot1' => [ |