Passed
Push — issue1514-conceptTypeTranslati... ( 736c70 )
by
unknown
06:44
created
src/controller/WebController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -522,8 +522,8 @@
 block discarded – undo
522 522
         );
523 523
     }
524 524
     /**
525
-    * Get the translation strings to be displayed in the autocomplete search results
526
-    */
525
+     * Get the translation strings to be displayed in the autocomplete search results
526
+     */
527 527
     private function getConceptTypeTranslations($request)
528 528
     {
529 529
         $vocid = $request->getVocab() ? $request->getVocab()->getId() : null;
Please login to merge, or discard this patch.