@@ -42,7 +42,7 @@ |
||
42 | 42 | { |
43 | 43 | $tNewInstance = new static(); |
44 | 44 | |
45 | - return function (/* callable */ $uCallback = null, $uState = null, $uPriority = 10) use ($tNewInstance) { |
|
45 | + return function(/* callable */ $uCallback = null, $uState = null, $uPriority = 10) use ($tNewInstance) { |
|
46 | 46 | if ($uCallback !== null) { |
47 | 47 | $tNewInstance->subscribe($uCallback, $uState, $uPriority); |
48 | 48 | } |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Scabbia2 Events Component |
|
4 | - * https://github.com/eserozvataf/scabbia2 |
|
5 | - * |
|
6 | - * For the full copyright and license information, please view the LICENSE |
|
7 | - * file that was distributed with this source code. |
|
8 | - * |
|
9 | - * @link https://github.com/eserozvataf/scabbia2-events for the canonical source repository |
|
10 | - * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
11 | - * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
12 | - */ |
|
3 | + * Scabbia2 Events Component |
|
4 | + * https://github.com/eserozvataf/scabbia2 |
|
5 | + * |
|
6 | + * For the full copyright and license information, please view the LICENSE |
|
7 | + * file that was distributed with this source code. |
|
8 | + * |
|
9 | + * @link https://github.com/eserozvataf/scabbia2-events for the canonical source repository |
|
10 | + * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
11 | + * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Scabbia\Events; |
15 | 15 |