Select Git revision
gitlab-ci-npm.yml
-
Grzegorz Rola authored
This reverts commit 3e416206
Grzegorz Rola authoredThis reverts commit 3e416206
Binder.php 135 B
<?php
declare(strict_types=1);
namespace WPDesk\Init\Binding;
interface Binder {
public function bind( Definition $def ): void;
}