Skip to content
Snippets Groups Projects

1.x

Merged 1.x
11 unresolved threads
Merged Bartek Jaskulski requested to merge 1.x into review
11 unresolved threads
2 files
+ 0
33
Compare changes
  • Side-by-side
  • Inline

Files

<?php
declare( strict_types=1 );
namespace WPDesk\Init\HookDriver;
interface HookableBundle extends \WPDesk\Init\Bundle\Bundle {
public static function hookable(): array;
}
\ No newline at end of file
Loading