Completed
Push — master ( fe4f08...6b6cdc )
by
unknown
20s queued 15s
created
lib/AppInfo/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
 use Psr\Container\ContainerInterface;
31 31
 use Throwable;
32 32
 
33
-if (file_exists($autoLoad = __DIR__ . '/../../vendor/autoload.php')) {
33
+if (file_exists($autoLoad = __DIR__.'/../../vendor/autoload.php')) {
34 34
 	include_once $autoLoad;
35 35
 }
36 36
 
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
 		return [
118 118
 			'id'    => self::APP_ID,
119 119
 			'order' => 5,
120
-			'href'  => $urlGen->linkToRoute(self::APP_ID . '.Navigation.navigate'),
120
+			'href'  => $urlGen->linkToRoute(self::APP_ID.'.Navigation.navigate'),
121 121
 			'icon'  => $urlGen->imagePath(self::APP_ID, 'fulltextsearch.svg'),
122 122
 			'name'  => \OC::$server->getL10NFactory()->get('fulltextsearch')->t('Search')
123 123
 		];
Please login to merge, or discard this patch.