Completed
Push — master ( 8f3d48...bad645 )
by Alessandro
15:20 queued 03:38
created
sami_config.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,10 +16,10 @@  discard block
 block discarded – undo
16 16
 
17 17
 $versions = GitVersionCollection::create($dir)
18 18
     ->addFromTags('*')
19
-    ->add('master','master')
19
+    ->add('master', 'master')
20 20
 ;
21 21
 
22
-$sami= new Sami($iterator,array(
22
+$sami = new Sami($iterator, array(
23 23
     'theme'                => 'default',
24 24
     'title'                => 'Laravel Composer Security API',
25 25
     'versions'             => $versions,
@@ -32,7 +32,7 @@  discard block
 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'] = $sami->share(function () {
35
+$sami['filter'] = $sami->share(function() {
36 36
     return new TrueFilter();
37 37
 });
38 38
 
Please login to merge, or discard this patch.