This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Controller; | |
use Symfony\Bridge\Twig\Mime\TemplatedEmail; | |
use Symfony\Component\HttpFoundation\Response; | |
use Symfony\Component\Mime\BodyRendererInterface; | |
use Symfony\Component\Routing\Attribute\Route; | |
class EmailViewController extends AbstractController |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Make sure to enable zend.assertions=1 in your php.ini for assert to work. | |
*/ | |
assert_options(ASSERT_ACTIVE, 1); | |
function OneEditApart(string $a, string $b): bool | |
{ | |
// the longer one will be on the left |