Skip to content
Snippets Groups Projects
Verified Commit 38eb5000 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

refactor: minor style fixes

parent 06402912
No related branches found
No related tags found
2 merge requests!5feat: remove compilation command,!4feat: remove compilation command
......@@ -24,7 +24,7 @@ final class ObservableBinder implements ComposableBinder {
public function bind( Definition $def ): void {
$this->binder->bind( $def );
$this->binds_count++;
++$this->binds_count;
}
public function can_bind( Definition $def ): bool {
......
......@@ -27,6 +27,5 @@ class CustomOrdersTableCompatibility implements Hookable {
true
);
}
}
}
......@@ -73,6 +73,7 @@ final class Init {
}
$kernel = new Kernel( $filename, $this->config, $extensions );
$kernel->boot();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment