Skip to content

Commit 0c4eade

Browse files
CS fixes
1 parent 10f33a7 commit 0c4eade

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ParseServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public function register()
6868
*/
6969
public function provides()
7070
{
71-
return array(
71+
return [
7272
//
73-
);
73+
];
7474
}
7575
}

src/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
return array(
17+
return [
1818

1919
/*
2020
|--------------------------------------------------------------------------
@@ -49,4 +49,4 @@
4949

5050
'master_key' => 'your-master-key',
5151

52-
);
52+
];

0 commit comments

Comments
 (0)