Skip to content

Commit 7c0024a

Browse files
committed
docs: add space after comma
1 parent 14b7679 commit 7c0024a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Config/Publisher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Publisher extends BasePublisher
1919
* result in a PublisherException. Files that do no fit the
2020
* pattern will cause copy/merge to fail.
2121
*
22-
* @var array<string,string>
22+
* @var array<string, string>
2323
*/
2424
public $restrictions = [
2525
ROOTPATH => '*',

system/Config/Publisher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Publisher extends BaseConfig
2626
* result in a PublisherException. Files that do no fit the
2727
* pattern will cause copy/merge to fail.
2828
*
29-
* @var array<string,string>
29+
* @var array<string, string>
3030
*/
3131
public $restrictions = [
3232
ROOTPATH => '*',

0 commit comments

Comments
 (0)