Skip to content

Commit

Permalink
Make all mentions of ChainMail consistent in case.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Oct 24, 2016
1 parent b6e6554 commit 8bed858
Show file tree
Hide file tree
Showing 44 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Bright Nucleus Chainmail
# Bright Nucleus ChainMail

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/brightnucleus/chainmail/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/brightnucleus/chainmail/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/brightnucleus/chainmail/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/brightnucleus/chainmail/?branch=master)
Expand Down
4 changes: 2 additions & 2 deletions config/defaults.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/ChainMail.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
8 changes: 4 additions & 4 deletions src/Exception/ChainmailException.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand All @@ -14,14 +14,14 @@
use BrightNucleus\Exception\ExceptionInterface;

/**
* Interface ChainmailException.
* Interface ChainMailException.
*
* @since 1.0.0
*
* @package BrightNucleus\ChainMail\Exception
* @author Alain Schlesser <alain.schlesser@gmail.com>
*/
interface ChainmailException extends ExceptionInterface
interface ChainMailException extends ExceptionInterface
{

}
4 changes: 2 additions & 2 deletions src/Exception/FailedToInitialiseSection.php
@@ -1,6 +1,6 @@
<?php
/**
* Bright Nucleus Chainmail Component.
* Bright Nucleus ChainMail Component.
*
* @package BrightNucleus\ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
Expand All @@ -21,7 +21,7 @@
* @package BrightNucleus\ChainMail\Exception
* @author Alain Schlesser <alain.schlesser@gmail.com>
*/
class FailedToInitialiseSection extends RuntimeException implements ChainmailException
class FailedToInitialiseSection extends RuntimeException implements ChainMailException
{

}
4 changes: 2 additions & 2 deletions src/Exception/FailedToInitialiseTemplate.php
@@ -1,6 +1,6 @@
<?php
/**
* Bright Nucleus Chainmail Component.
* Bright Nucleus ChainMail Component.
*
* @package BrightNucleus\ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
Expand All @@ -21,7 +21,7 @@
* @package BrightNucleus\ChainMail\Exception
* @author Alain Schlesser <alain.schlesser@gmail.com>
*/
class FailedToInitialiseTemplate extends RuntimeException implements ChainmailException
class FailedToInitialiseTemplate extends RuntimeException implements ChainMailException
{

}
4 changes: 2 additions & 2 deletions src/Exception/FailedToInstantiateClass.php
@@ -1,6 +1,6 @@
<?php
/**
* Bright Nucleus Chainmail Component.
* Bright Nucleus ChainMail Component.
*
* @package BrightNucleus\ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
Expand All @@ -21,7 +21,7 @@
* @package BrightNucleus\ChainMail\Exception
* @author Alain Schlesser <alain.schlesser@gmail.com>
*/
class FailedToInstantiateClass extends RuntimeException implements ChainmailException
class FailedToInstantiateClass extends RuntimeException implements ChainMailException
{

}
4 changes: 2 additions & 2 deletions src/Exception/FailedToInstantiateFactory.php
@@ -1,6 +1,6 @@
<?php
/**
* Bright Nucleus Chainmail Component.
* Bright Nucleus ChainMail Component.
*
* @package BrightNucleus\ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
Expand All @@ -21,7 +21,7 @@
* @package BrightNucleus\ChainMail\Exception
* @author Alain Schlesser <alain.schlesser@gmail.com>
*/
class FailedToInstantiateFactory extends RuntimeException implements ChainmailException
class FailedToInstantiateFactory extends RuntimeException implements ChainMailException
{

}
4 changes: 2 additions & 2 deletions src/Exception/InvalidDomain.php
@@ -1,6 +1,6 @@
<?php
/**
* Bright Nucleus Chainmail Component.
* Bright Nucleus ChainMail Component.
*
* @package BrightNucleus\ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
Expand All @@ -21,7 +21,7 @@
* @package BrightNucleus\ChainMail\Exception
* @author Alain Schlesser <alain.schlesser@gmail.com>
*/
class InvalidDomain extends RuntimeException implements ChainmailException
class InvalidDomain extends RuntimeException implements ChainMailException
{

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/InvalidEmailAddress.php
@@ -1,6 +1,6 @@
<?php
/**
* Bright Nucleus Chainmail Component.
* Bright Nucleus ChainMail Component.
*
* @package BrightNucleus\ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
Expand All @@ -21,7 +21,7 @@
* @package BrightNucleus\ChainMail\Exception
* @author Alain Schlesser <alain.schlesser@gmail.com>
*/
class InvalidEmailAddress extends RuntimeException implements ChainmailException
class InvalidEmailAddress extends RuntimeException implements ChainMailException
{

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/InvalidTemplate.php
@@ -1,6 +1,6 @@
<?php
/**
* Bright Nucleus Chainmail Component.
* Bright Nucleus ChainMail Component.
*
* @package BrightNucleus\ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
Expand All @@ -21,7 +21,7 @@
* @package BrightNucleus\ChainMail\Exception
* @author Alain Schlesser <alain.schlesser@gmail.com>
*/
class InvalidTemplate extends RuntimeException implements ChainmailException
class InvalidTemplate extends RuntimeException implements ChainMailException
{

}
4 changes: 2 additions & 2 deletions src/Mail.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Mail/AbstractMail.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Mail/HTMLMail.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Mail/TextMail.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Recipients.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Renderable.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Sanitizer.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Sanitizer/AbstractSanitizer.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Sanitizer/HTMLSanitizer.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Sanitizer/TextSanitizer.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Section.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Section/AbstractSection.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Section/GenericSection.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Support/Domain.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Support/EmailAddress.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Support/Factory.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Template.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Template/AbstractTemplate.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Template/GenericTemplate.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down
4 changes: 2 additions & 2 deletions src/Validator.php
@@ -1,8 +1,8 @@
<?php
/**
* BrightNucleus Chainmail Component.
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/Chainmail
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <alain.schlesser@gmail.com>
* @license MIT
* @link http://www.brightnucleus.com/
Expand Down

0 comments on commit 8bed858

Please sign in to comment.