We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4438748 commit 902bdccCopy full SHA for 902bdcc
src/ParserMiddlewareInterface.php
@@ -12,7 +12,7 @@
12
13
namespace chillerlan\BBCode;
14
15
-use chillerlan\Traits\ContainerInterface;
+use chillerlan\Settings\SettingsContainerInterface;
16
use Psr\Log\LoggerInterface;
17
use Psr\SimpleCache\CacheInterface;
18
@@ -21,11 +21,11 @@ interface ParserMiddlewareInterface{
21
/**
22
* ParserMiddlewareInterface constructor.
23
*
24
- * @param \chillerlan\Traits\ContainerInterface $options
25
- * @param \Psr\SimpleCache\CacheInterface $cache
26
- * @param \Psr\Log\LoggerInterface $logger
+ * @param \chillerlan\Settings\SettingsContainerInterface $options
+ * @param \Psr\SimpleCache\CacheInterface $cache
+ * @param \Psr\Log\LoggerInterface $logger
27
*/
28
- public function __construct(ContainerInterface $options, CacheInterface $cache, LoggerInterface $logger);
+ public function __construct(SettingsContainerInterface $options, CacheInterface $cache, LoggerInterface $logger);
29
30
31
* Pre-parser
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments