Passed
Push — master ( 45058a...553449 )
by Georgi
03:16
created
src/FileStorageList.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 				'quickSearch' => [
33 33
 						'name', 'created_by_user',
34 34
 				],
35
-		        'menu' => ActionBar::instance(),
35
+				'menu' => ActionBar::instance(),
36 36
 		]);
37 37
 
38 38
 		$grid->setModel(File::create(['read_only' => true]));
Please login to merge, or discard this patch.
src/FileAccessHistory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 				'quickSearch' => [
42 42
 						'accessed_by_user', 'action', 'ip_address', 'host_name'
43 43
 				],
44
-		        'ipp' => 10
44
+				'ipp' => 10
45 45
 		]);
46 46
 
47 47
 		$grid->addItemsPerPageSelector([10, 25, 50, 100], __('Items per page') . ':');
Please login to merge, or discard this patch.