Passed
Push — master ( 44a3ca...abeffc )
by Laurent
01:59
created
programs/traceablerecord.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -540,10 +540,10 @@
 block discarded – undo
540 540
     /**
541 541
      * Match records created by the specified user or the current connected user if none specified.
542 542
      *
543
-	 * @param int|null $userId
544
-	 *
545
-	 * @return ORM_IsCriterion
546
-	 */
543
+     * @param int|null $userId
544
+     *
545
+     * @return ORM_IsCriterion
546
+     */
547 547
     public function isOwn($userId = null)
548 548
     {
549 549
         if (!isset($userId)) {
Please login to merge, or discard this patch.