Explorar el Código

Minor - format code

jmontoyaa hace 6 años
padre
commit
d9d0432cf1
Se han modificado 2 ficheros con 3 adiciones y 4 borrados
  1. 1 1
      main/extra/myStudents.php
  2. 2 3
      main/inc/ajax/lp.ajax.php

+ 1 - 1
main/extra/myStudents.php

@@ -1292,7 +1292,7 @@ if (!empty($student_id)) {
             }
         }
 
-        // line about other tools ?>
+        // line about other tools?>
         <div class="table-responsive">
             <table class="table table-striped table-hover">
                 <thead>

+ 2 - 3
main/inc/ajax/lp.ajax.php

@@ -337,11 +337,10 @@ exit;
 /**
  * Class LpItemOrderList
  * Classes to create a special data structure to manipulate LP Items
- * used only in this file
+ * used only in this file.
  *
  * @todo move in a file
  * @todo use PSR
- *
  */
 class LpItemOrderList
 {
@@ -409,7 +408,7 @@ class LpItemOrderList
 }
 
 /**
- * Class LpOrderItem
+ * Class LpOrderItem.
  */
 class LpOrderItem
 {