Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 800ec44

Browse files
committed
styleci
1 parent 94698fb commit 800ec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Sources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function all($pageSize = 50, $currentPage = 1, $filters = [])
3030
*
3131
* @return array
3232
*/
33-
public function bySourceName(String $name = 'default')
33+
public function bySourceName($name = 'default')
3434
{
3535
return $this->get('/inventory/sources/'.$name);
3636
}

0 commit comments

Comments
 (0)