Completed
Push — master ( 00587a...27c087 )
by Abdelouahab
16:22 queued 11:45
created
src/LaravelH5p/Repositories/EditorAjaxRepository.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -21,12 +21,12 @@
 block discarded – undo
21 21
 {
22 22
 
23 23
 
24
- /**
25
-   * Gets recently used libraries for the current author
26
-   *
27
-   * @return array machine names. The first element in the array is the
28
-   * most recently used.
29
-   */
24
+    /**
25
+     * Gets recently used libraries for the current author
26
+     *
27
+     * @return array machine names. The first element in the array is the
28
+     * most recently used.
29
+     */
30 30
 /*  public function getAuthorsRecentlyUsedLibraries() {
31 31
     global $wpdb;
32 32
     $recently_used = array();
Please login to merge, or discard this patch.