Passed
Push — 1.10.x ( 77de22...58e0ba )
by Yannick
132:51 queued 87:12
created
main/inc/ajax/sequence.ajax.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
                     try {
45 45
                         $graphImage = $graphviz->createImageHtml($graph);
46 46
                     } catch (UnexpectedValueException $e) {
47
-                        error_log($e->getMessage() . ' - Graph could not be rendered in resources sequence because GraphViz command "dot" could not be executed - Make sure graphviz is installed.');
47
+                        error_log($e->getMessage().' - Graph could not be rendered in resources sequence because GraphViz command "dot" could not be executed - Make sure graphviz is installed.');
48 48
                         $graphImage = '<p class="text-center"><small>'.get_lang('MissingChartLibraryPleaseCheckLog').'</small></p>';
49 49
                     }
50 50
                     echo $graphImage;
@@ -90,11 +90,11 @@  discard block
 block discarded – undo
90 90
                         );
91 91
                     }
92 92
 
93
-                    $link = '<div class="parent" data-id="' . $id . '">';
93
+                    $link = '<div class="parent" data-id="'.$id.'">';
94 94
                     $link .= '<div class="big-icon">';
95 95
                     $link .= $image;
96
-                    $link .= '<div class="sequence-course">' . $sessionInfo['name'] . '</div>';
97
-                    $link .= '<a href="#" class="sequence-id">' . $id . '</a>';
96
+                    $link .= '<div class="sequence-course">'.$sessionInfo['name'].'</div>';
97
+                    $link .= '<a href="#" class="sequence-id">'.$id.'</a>';
98 98
                     $link .= $linkDelete;
99 99
                     $link .= $linkUndo;
100 100
                     $link .= '</div></div>';
Please login to merge, or discard this patch.