Skip to content

Commit 97ed795

Browse files
committed
Remove double quote from used characters
1 parent 716f740 commit 97ed795

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor
22
index.php
3+
composer.lock

readme.md

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Return a fucked version of code. Input should not have PHP opening/closing tags
5252
- `@`
5353
- `!`
5454
- `,`
55-
- `"`
5655
- `.`
5756
- `+`
5857
- `^`

src/Fucker.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ class Fucker
88

99
public function __construct()
1010
{
11-
$this->alphabet['A'] = '@("".[])[' . $this->fuckInt(0) . ']';
12-
$this->alphabet['r'] = '@("".[])[' . $this->fuckInt(1) . ']';
13-
$this->alphabet['a'] = '@("".[])[' . $this->fuckInt(3) . ']';
14-
$this->alphabet['y'] = '@("".[])[' . $this->fuckInt(4) . ']';
11+
$this->alphabet['A'] = '@([].[])[' . $this->fuckInt(0) . ']';
12+
$this->alphabet['r'] = '@([].[])[' . $this->fuckInt(1) . ']';
13+
$this->alphabet['a'] = '@([].[])[' . $this->fuckInt(3) . ']';
14+
$this->alphabet['y'] = '@([].[])[' . $this->fuckInt(4) . ']';
1515

1616
$this->alphabet['q'] = $this->alphabet['A'] . '^' . $this->fuckInt(0) . '.' . '@([][' . $this->fuckInt(0) . '])';
1717
$this->alphabet['p'] = $this->alphabet['A'] . '^' . $this->fuckInt(1) . '.' . '@([][' . $this->fuckInt(0) . '])';

0 commit comments

Comments
 (0)