فهرست منبع

Correct spacing

Mark Garrett 12 سال پیش
والد
کامیت
f7bb2cd820
1فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 4 5
      src/Monolog/Handler/NativeMailerHandler.php

+ 4 - 5
src/Monolog/Handler/NativeMailerHandler.php

@@ -1,4 +1,5 @@
 <?php
 <?php
+
 /*
 /*
  * This file is part of the Monolog package.
  * This file is part of the Monolog package.
  *
  *
@@ -113,8 +114,7 @@ class NativeMailerHandler extends MailHandler
         return $this->contentType;
         return $this->contentType;
     }
     }
 
 
-
-	/**
+    /**
      * @return string $encoding
      * @return string $encoding
      */
      */
     public function getEncoding()
     public function getEncoding()
@@ -122,8 +122,7 @@ class NativeMailerHandler extends MailHandler
         return $this->encoding;
         return $this->encoding;
     }
     }
 
 
-
-	/**
+    /**
      * @param string $contentType The content type of the email - Defaults to text/plain. Use text/html for HTML
      * @param string $contentType The content type of the email - Defaults to text/plain. Use text/html for HTML
      * messages.
      * messages.
      * @return self
      * @return self
@@ -135,7 +134,7 @@ class NativeMailerHandler extends MailHandler
     }
     }
 
 
 
 
-	/**
+    /**
      * @param string $encoding
      * @param string $encoding
      * @return self
      * @return self
      */
      */