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 Example\Domain; | |
use Example\Domain\CarInfo; | |
final class DriverParticipationRules | |
{ |
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
class Foo | |
{ | |
/** | |
* @param VO $vo | |
*/ | |
public function handle(VO $vo) | |
{ | |
$vo->bar->doSth(); | |
} | |
} |
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
the command to execute: | |
echo "deb [arch=amd64] http://s3.amazonaws.com/tokumx-debs $(lsb_release -cs) main" \| sudo tee /etc/apt/sources.list.d/tokumx.list | |
What i tried: | |
1) | |
- name: Add package repository for TokuMX | |
shell: echo "deb [arch=amd64] http://s3.amazonaws.com/tokumx-debs $(lsb_release -cs) main" \| sudo tee /etc/apt/sources.list.d/tokumx.list | |
Problem: doesn't execute |