Completed
Pull Request — master (#17)
by
unknown
07:52
created
docs/sami-config.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,8 @@
 block discarded – undo
32 32
  * Include this section if you want sami to document
33 33
  * private and protected functions/properties
34 34
  */
35
-$sami['filter'] = function () {
35
+$sami['filter'] = function ()
36
+{
36 37
     return new ApiFilter();
37 38
 };
38 39
 
Please login to merge, or discard this patch.
tests/bootstrap.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 use VCR\VCR;
12 12
 
13 13
 VCR::configure()
14
-   ->setMode('none')
14
+    ->setMode('none')
15 15
 ;
16 16
 
17 17
 $authClient = new AuthenticatedClient('phpunit-auth.json');
Please login to merge, or discard this patch.