@@ -412,7 +412,8 @@ |
||
| 412 | 412 | $this->io->writeln(''); |
| 413 | 413 | |
| 414 | 414 | // Sort the sources by routine name. |
| 415 | - usort($this->sources, function ($a, $b) { |
|
| 415 | + usort($this->sources, function ($a, $b) |
|
| 416 | + { |
|
| 416 | 417 | return strcmp($a['routine_name'], $b['routine_name']); |
| 417 | 418 | }); |
| 418 | 419 | |