Skip to content

Commit befa53c

Browse files
authored
Update StubHelperInterface.php
1 parent c0e10b6 commit befa53c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Frdlweb/StubHelperInterface.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
interface StubHelperInterface
66
{
7-
public function runStubs();
7+
public function runStubs($stubs=null);
88
public function addPhpStub($code, $file = null);
99
public function addWebfile($path, $contents, $contentType = 'application/x-httpd-php', $n = 'php');
1010
public function addClassfile($class, $contents);
@@ -13,6 +13,8 @@ public function Autoload($class);
1313
public function __toString();
1414
public function __invoke();
1515
public function __call($name, $arguments);
16-
public function getFileAttachment($file = null, $offset = null);
16+
public function getFileAttachment($file = null, $offset = null, ?bool $throw = true);
1717
public function hugRunner(mixed $runner);
18+
public function getRunner();
19+
//public function _run_php_1(StubItemInterface $part, $class = null, ?bool $lint = null);
1820
}

0 commit comments

Comments
 (0)