Skip to content

Commit f90670c

Browse files
committed
Change email
1 parent 07c4d8b commit f90670c

File tree

151 files changed

+151
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+151
-151
lines changed

src/Compiler/CompilerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Compiler;
99

src/Compiler/CompilerFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Compiler;
99

src/Compiler/CompilerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Compiler;
99

src/Compiler/Exception/MissingOperatorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Compiler\Exception;
99

src/Compiler/StandardCompiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Compiler;
99

src/Evaluator/Boolean.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Evaluator;
99

src/Evaluator/Evaluator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Evaluator;
99

src/Evaluator/EvaluatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Evaluator;
99

src/Evaluator/Exception/UnknownSymbolException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Evaluator\Exception;
99

src/Evaluator/Operator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @license http://opensource.org/licenses/mit-license.php MIT
55
* @link https://github.com/nicoSWD
6-
* @author Nicolas Oelgart <[email protected]>
6+
* @author Nicolas Oelgart <[email protected]>
77
*/
88
namespace nicoSWD\Rule\Evaluator;
99

0 commit comments

Comments
 (0)