Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
nitpicker fix :-)
  • Loading branch information
dartcafe committed Nov 25, 2018
commit e233b46bd7ecd4d5c3ac549f3360894a6cf307aa
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* Installation class for the polls app.
* Initial db creation
*/
class Version000009Date20181125061900 extends SimpleMigrationStep {
class Version0009Date20181125061900 extends SimpleMigrationStep {

/** @var IDBConnection */
protected $connection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* after migration in 'Version000009Date20171202105141.php'
*/

class Version000009Date20181125062101 extends SimpleMigrationStep {
class Version0009Date20181125062101 extends SimpleMigrationStep {
/**
* @param IOutput $output
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
Expand Down