Skip to content

Commit a86d53e

Browse files
committed
Require getResources to specify a type
1 parent 46c77a9 commit a86d53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ResourceStore
1919
// [type][priority][uri] = options
2020
protected $_store = [];
2121

22-
public function getResources($type = null, int $priority = null)
22+
public function getResources($type, int $priority = null)
2323
{
2424
if(isset($this->_store[$type][$priority]))
2525
{

0 commit comments

Comments
 (0)