summaryrefslogtreecommitdiff
path: root/models/board.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-27 19:02:38 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-27 19:02:38 -0400
commit349b5f3f56f83d681fe6658c1a8475992dde9eea (patch)
treecb35e19089c29598fd3b02290c45f7d8814bc377 /models/board.php
parent096b282a473fa2b27c3bfe3061f54b5fd83c75e0 (diff)
Add some phpdoc comments
Diffstat (limited to 'models/board.php')
-rw-r--r--models/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/board.php b/models/board.php
index 01c3e832..3229c44e 100644
--- a/models/board.php
+++ b/models/board.php
@@ -340,4 +340,4 @@ class Board extends Base
$v->getErrors()
);
}
-} \ No newline at end of file
+}