Browse Source

Fix CS error

ADmad 10 years ago
parent
commit
c302b9fd4b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/Mailer/Email.php
  2. 1 1
      src/View/ViewBuilder.php

+ 1 - 1
src/Mailer/Email.php

@@ -1966,7 +1966,7 @@ class Email implements JsonSerializable, Serializable
     /**
      * Serializes the Email object.
      *
-     * @return void.
+     * @return string
      */
     public function serialize()
     {

+ 1 - 1
src/View/ViewBuilder.php

@@ -383,7 +383,7 @@ class ViewBuilder implements JsonSerializable, Serializable
     /**
      * Serializes the view builder object.
      *
-     * @return void
+     * @return string
      */
     public function serialize()
     {