Passed
Push — master ( d59e62...785ed6 )
by Vladimir
02:26
created
DependencyInjection/Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
                                     ->scalarNode('path')
29 29
                                         ->defaultNull()
30 30
                                         ->example('tesseract')
31
-                                        ->info('Path to tesseract cli binary. ' .
31
+                                        ->info('Path to tesseract cli binary. '.
32 32
                                             'It could be just "tesseract" in case binary in PATH or relative/absolute.')
33 33
                                     ->end()
34 34
                                 ->end()
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
                                     ->scalarNode('path')
40 40
                                         ->defaultNull()
41 41
                                         ->example('libtesseract.so.4')
42
-                                        ->info('Path to tesseract shared library. It could be' .
42
+                                        ->info('Path to tesseract shared library. It could be'.
43 43
                                             'just "libtesseract.so.4" in case library is in PATH or relative/absolute.')
44 44
                                     ->end()
45 45
                                 ->end()
Please login to merge, or discard this patch.