@@ -58,17 +58,17 @@ |
||
58 | 58 | ], |
59 | 59 | [ |
60 | 60 | ['bicycle_tesseract_bridge' => ['integrations' => []]], |
61 | - 'Invalid configuration for path "bicycle_tesseract_bridge.integrations": ' . |
|
61 | + 'Invalid configuration for path "bicycle_tesseract_bridge.integrations": '. |
|
62 | 62 | 'At least one integration must be enabled', |
63 | 63 | ], |
64 | 64 | [ |
65 | 65 | ['bicycle_tesseract_bridge' => ['integrations' => ['cli' => [], 'ffi' => []]]], |
66 | - 'Invalid configuration for path "bicycle_tesseract_bridge.integrations": ' . |
|
66 | + 'Invalid configuration for path "bicycle_tesseract_bridge.integrations": '. |
|
67 | 67 | 'Enabled integrations must have configured path', |
68 | 68 | ], |
69 | 69 | [ |
70 | 70 | ['bicycle_tesseract_bridge' => ['integrations' => ['cli' => ['path' => 'test'], 'ffi' => []]]], |
71 | - 'Invalid configuration for path "bicycle_tesseract_bridge.integrations": ' . |
|
71 | + 'Invalid configuration for path "bicycle_tesseract_bridge.integrations": '. |
|
72 | 72 | 'Enabled integrations must have configured path', |
73 | 73 | ], |
74 | 74 | ]; |
@@ -18,7 +18,7 @@ |
||
18 | 18 | |
19 | 19 | $loader = new DependencyInjection\Loader\YamlFileLoader( |
20 | 20 | $container, |
21 | - new FileLocator(__DIR__ . '/../Resources/config') |
|
21 | + new FileLocator(__DIR__.'/../Resources/config') |
|
22 | 22 | ); |
23 | 23 | $loader->load('tesseract_bridge.yaml'); |
24 | 24 |
@@ -28,7 +28,7 @@ discard block |
||
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 |
||
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() |