Passed
Push — master ( 9f8b05...782ba1 )
by Maxime
05:41
created
src/Extractors/PhpCode.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,10 +11,10 @@
 block discarded – undo
11 11
 class PhpCode extends Extractor implements ExtractorInterface
12 12
 {
13 13
     public static $options = [
14
-         // - false: to not extract comments
15
-         // - empty string: to extract all comments
16
-         // - non-empty string: to extract comments that start with that string
17
-         // - array with strings to extract comments format.
14
+            // - false: to not extract comments
15
+            // - empty string: to extract all comments
16
+            // - non-empty string: to extract comments that start with that string
17
+            // - array with strings to extract comments format.
18 18
         'extractComments' => false,
19 19
 
20 20
         'constants' => [],
Please login to merge, or discard this patch.