-
-
src/Lunr/Vortex/MPNS/MPNSDispatcher.php (Diff revision 1) The idea is that $this->type is no longer necessary. You know the type of the payload, you don't need to cache it.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+59 -86) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+53 -86) |
-
-
-
src/Lunr/Vortex/WNS/WNSDispatcher.php (Diff revision 3) I'd use a local $type directly here. No need for the extra function call.
-
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+52 -117) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 5 (+52 -169) |