Skip to content

Commit 4fcc331

Browse files
committed
fix code style
1 parent 6c7fa08 commit 4fcc331

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/AggregateRule.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
<?php
2-
/**
3-
* Created by PhpStorm.
4-
* User: alex
5-
* Date: 15.08.19
6-
* Time: 14:47
7-
*/
82

93
namespace ScoutElastic;
104

11-
125
class AggregateRule
136
{
147
public function buildAggregatePayload()
158
{
16-
//
179
}
18-
}
10+
}

0 commit comments

Comments
 (0)