See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| //For Create-react-app | |
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Debug CRA Tests", | |
| "type": "node", | |
| "request": "launch", | |
| "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts", | |
| "args": ["test", "--runInBand", "--no-cache", "--env=jsdom"], | 
| file_put_contents('doc.pdf', $dompdf->output()); | 
| $dompdf->render(); | |
| $dompdf->stream(); | 
| $dompdf->setPaper('A4', 'portrait'); | 
| $dompdf->loadhtml($tabela); | 
| $tabela = file_get_contents('tabela.html'); | 
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| h2{ | |
| color: #777; | |
| text-align: center; | |
| text-transform: uppercase; | |
| } | |
| table{ | 
| $dompdf = new Dompdf\Dompdf; | 
| <?php | |
| require __DIR__.'/vendor/autoload.php'; |