mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixed code formatting.
This commit is contained in:
commit
9b9cf3d165
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class CakeTestSuiteDispatcherTest extends CakeTestCase {
|
|||
|
||||
try {
|
||||
$dispatcher->loadTestFramework();
|
||||
} catch(Exception $ex) {
|
||||
} catch (Exception $ex) {
|
||||
$exception = $ex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue