@@ -113,7 +113,7 @@ |
||
| 113 | 113 | */ |
| 114 | 114 | public function getTransition($event) |
| 115 | 115 | { |
| 116 | - return isset($this->transitions[$event]) ? $this->transitions[$event ] : null; |
|
| 116 | + return isset($this->transitions[$event]) ? $this->transitions[$event] : null; |
|
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // if library is in dev environement with its own vendor, include its autoload |
| 4 | -if(file_exists(__DIR__ . '/vendor')) |
|
| 4 | +if (file_exists(__DIR__ . '/vendor')) |
|
| 5 | 5 | require_once __DIR__ . '/vendor/autoload.php'; |
| 6 | 6 | // if library is in vendor of another project, include the global autolaod |
| 7 | 7 | else |