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
Index: pt_BR/appendices/comparisons.xml | |
=================================================================== | |
--- pt_BR/appendices/comparisons.xml (revision 335264) | |
+++ pt_BR/appendices/comparisons.xml (working copy) | |
@@ -1,10 +1,10 @@ | |
<?xml version="1.0" encoding="utf-8"?> | |
-<!-- EN-Revision: 311459 Maintainer: fibbarth Status: ready --> | |
-<!-- CREDITS: narigone --> | |
+<!-- EN-Revision: 331317 Maintainer: fibbarth Status: ready --> | |
+<!-- CREDITS: narigone, Nawarian Níckolas --> |
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
version: '3' | |
services: | |
composer: | |
image: composer:1.9.3 | |
volumes: | |
- .:/app | |
restart: never | |
php: | |
image: php:7.4-cli |
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 | |
declare(strict_types=1); | |
namespace PPTeizor; | |
use DateTimeImmutable; | |
use PhpOffice\Common\Adapter\Zip\ZipInterface; | |
use PhpOffice\PhpPresentation\PhpPresentation; | |
use PhpOffice\PhpPresentation\Writer\PowerPoint2007; |
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 | |
declare(strict_types=1); | |
use PHPUnit\Framework\TestCase; | |
class FizzBuzzTest extends TestCase | |
{ | |
/** | |
* @dataProvider fizzBuzzHappyCaseDataProvider |
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
MONGO_INITDB_ROOT_USERNAME=root | |
MONGO_INITDB_ROOT_PASSWORD=root |