Dariusz Rumiński
|
74d5dc677c
|
update PHP-CS-Fixer to 1.0
|
2014-11-15 14:26:01 +01:00 |
|
Justin Hileman
|
fd8decb1ba
|
Merge pull request #233 from keradus/cs-fixes-fix-multiarray
Fix multiline array CS
|
2014-09-15 16:13:37 -04:00 |
|
Dariusz Rumiński
|
9340b3eed1
|
Fix multiline array CS
|
2014-09-14 18:21:08 +02:00 |
|
Justin Hileman
|
f4a6048f81
|
Merge pull request #232 from keradus/php_cs-2
.php_cs no need for ordered_use
|
2014-09-06 08:31:49 -07:00 |
|
Dariusz Rumiński
|
bd4ef99180
|
.php_cs no need for ordered_use
|
2014-09-06 11:30:11 +02:00 |
|
Justin Hileman
|
695aa20977
|
Merge pull request #231 from keradus/cs-fixes
CS fixes
|
2014-09-05 16:53:21 -07:00 |
|
Justin Hileman
|
273ba72b7b
|
Merge pull request #230 from keradus/php_cs
Select fixers for PHP CS Fixer
|
2014-09-05 16:53:04 -07:00 |
|
Dariusz Rumiński
|
6d833738b1
|
select fixers for PHP CS Fixer
|
2014-09-06 01:27:56 +02:00 |
|
Dariusz Rumiński
|
6b5a695e9d
|
strict comparisons
|
2014-09-06 01:23:34 +02:00 |
|
Dariusz Rumiński
|
1319f0486d
|
concatenation with spaces around
|
2014-09-06 01:21:20 +02:00 |
|
Justin Hileman
|
c2a39e0f13
|
Merge pull request #228 from keradus/cleanup2
indent fixes
|
2014-09-04 11:53:31 -07:00 |
|
Dariusz Rumiński
|
0007be44cd
|
indent fixes
|
2014-09-04 20:44:59 +02:00 |
|
Justin Hileman
|
25d527292b
|
Merge pull request #226 from keradus/fix-indent
fix indent
|
2014-09-01 17:09:20 -07:00 |
|
Dariusz Rumiński
|
90004b12bc
|
fix indent
|
2014-09-01 18:42:55 +02:00 |
|
Justin Hileman
|
9556e2bc04
|
Merge pull request #225 from keradus/cleanup
Cleanup
|
2014-08-31 10:59:27 -07:00 |
|
Dariusz Rumiński
|
f3287f40fe
|
Tokenizer - remove unused property
|
2014-08-31 18:02:00 +02:00 |
|
Dariusz Rumiński
|
ff3c1b35fb
|
Tokenizer - remove unused property
|
2014-08-31 18:01:38 +02:00 |
|
Justin Hileman
|
755601f46e
|
Merge pull request #224 from keradus/travis-sugar
sugar changes to travis config
|
2014-08-26 13:39:10 -07:00 |
|
Dariusz Rumiński
|
5c5ea48578
|
sugar changes to travis config
|
2014-08-26 22:16:39 +02:00 |
|
Justin Hileman
|
9dcd8590d1
|
Merge branch 'release/2.7.0' into dev
|
2014-08-26 12:50:19 -07:00 |
|
Justin Hileman
|
fdf41dd673
|
Merge branch 'release/2.7.0'
|
2014-08-26 12:50:10 -07:00 |
|
Justin Hileman
|
c8e78df703
|
Bump to v2.7.0
|
2014-08-26 12:50:01 -07:00 |
|
Justin Hileman
|
f34f6699c2
|
Increase test coverage.
… fix a bug exposed by increased test coverage :-/
|
2014-08-25 11:18:09 -07:00 |
|
Justin Hileman
|
a257fb8acd
|
Require HHVM to pass now.
https://github.com/facebook/hhvm/pull/1860
|
2014-08-22 22:31:36 -07:00 |
|
Justin Hileman
|
3f492a1bf5
|
Add a simple FILTERS pragma example.
This includes examples of both section and interpolation filters.
|
2014-08-22 22:06:02 -07:00 |
|
Justin Hileman
|
a8d174a85f
|
DRY.
|
2014-08-18 20:59:16 -07:00 |
|
Justin Hileman
|
4f73c826ff
|
Ugh. Fix for php-cs-fixer
|
2014-08-18 20:00:34 -07:00 |
|
Justin Hileman
|
21570bfd4d
|
php-cs-fixer isn’t up to date on PSR-5 draft :)
|
2014-08-18 18:36:07 -07:00 |
|
Justin Hileman
|
4decec3c0e
|
Reformat code so php-cs-fixer doesn’t keep breaking it.
|
2014-08-18 18:33:30 -07:00 |
|
Justin Hileman
|
99caf588ab
|
Dry up T_ESCAPED/T_UNESCAPED compiling.
|
2014-08-18 18:32:27 -07:00 |
|
Justin Hileman
|
58a7726515
|
Move filter logic from the compiler to the parser.
|
2014-08-18 18:28:50 -07:00 |
|
Justin Hileman
|
d225afe032
|
Remove unused block arg code.
|
2014-08-18 18:28:11 -07:00 |
|
Justin Hileman
|
2ceea2e9d2
|
Merge pull request #223 from bobthecow/feature/faster-type-checking
Faster context lookups
|
2014-08-18 17:08:40 -07:00 |
|
Justin Hileman
|
89b322c3e8
|
Merge pull request #221 from keradus/cs
update CS by php-cs-fixer
|
2014-08-18 17:08:29 -07:00 |
|
Justin Hileman
|
8449681a37
|
One more unnecessary else/return combo.
|
2014-08-18 16:58:19 -07:00 |
|
Justin Hileman
|
c0bd7efe39
|
No need for elseif with returns :)
/cc @keradus
|
2014-08-18 16:56:32 -07:00 |
|
Justin Hileman
|
df67052626
|
Use reference to current stack frame
(saves quite a few array lookups)
See #218
|
2014-08-18 09:01:57 -07:00 |
|
Justin Hileman
|
3d37a88f0b
|
Replace is_object/is_array with switch on gettype
When checking multiple types, this is ~10% slower in the worst case, and ~30-33% faster for the average and best case.
See #218
|
2014-08-18 05:00:16 -07:00 |
|
Justin Hileman
|
6859d82e8e
|
Merge pull request #222 from keradus/travis-CS
add php-cs-fixer to travis tasks
|
2014-08-16 19:49:33 -07:00 |
|
Dariusz Rumiński
|
320bab9e7c
|
ignore php-cs-fixer on php5.2
|
2014-08-17 01:54:21 +02:00 |
|
Dariusz Rumiński
|
761538e065
|
add php-cs-fixer into travis tasks
|
2014-08-17 01:00:43 +02:00 |
|
Justin Hileman
|
c3e976a328
|
Merge branch 'fix/nested-partial-whitespace' into dev
|
2014-08-16 15:41:47 -07:00 |
|
Justin Hileman
|
7800aa8136
|
Add submodule instructions to CONTRIBUTING.
See #220
|
2014-08-16 15:38:26 -07:00 |
|
Dariusz Rumiński
|
d07cac322c
|
update CS by php-cs-fixer
|
2014-08-17 00:29:05 +02:00 |
|
Justin Hileman
|
bd3c7798c3
|
Merge branch 'feature/pragma-blocks' into dev
|
2014-08-15 23:18:10 -07:00 |
|
Justin Hileman
|
35456764a1
|
Only pass indent through to standalone nested partials.
Fixes #214
|
2014-08-07 10:45:33 -07:00 |
|
Justin Hileman
|
5d77f4de9a
|
Move failing nested partial example into a test case.
See #214
|
2014-08-07 10:40:06 -07:00 |
|
Mike Sherov
|
114477811c
|
Add failing test For extra whitespace in nested partials.
|
2014-08-07 10:28:19 -07:00 |
|
Justin Hileman
|
6e37c344eb
|
Merge pull request #211 from keradus/php-cs-fixer
Php cs fixer
|
2014-07-25 07:50:26 -04:00 |
|
Dariusz Rumiński
|
80d724f5f3
|
.php_cs - simplify
|
2014-07-24 19:03:27 +02:00 |
|