Browse Source

Improve API docs.

Mark Story 8 years ago
parent
commit
7d75c95e8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Cell.php

+ 1 - 1
src/View/Cell.php

@@ -168,7 +168,7 @@ abstract class Cell
      * Initialization hook method.
      *
      * Implement this method to avoid having to overwrite
-     * the constructor and call parent.
+     * the constructor and calling parent::__construct().
      *
      * @return void
      */