Skip to content

Commit 63e452f

Browse files
committed
test
1 parent bad645a commit 63e452f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sami_config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
* Include this section if you want sami to document
3333
* private and protected functions/properties
3434
*/
35-
$sami['filter'] = $sami->share(function () {
35+
$sami['filter'] = function () {
3636
return new TrueFilter();
37-
});
37+
};
3838

3939
return $sami;

0 commit comments

Comments
 (0)