@@ -227,7 +227,7 @@ public function run(Application\Request $request)
227227 // continue with shutting down
228228 if ($ this ->isAjax ()) try {
229229 $ hasPayload = (array ) $ this ->payload ; unset($ hasPayload ['state ' ]);
230- if ($ this ->response instanceof Responses \TextResponse && $ this ->isControlInvalid ()) { // snippets - TODO
230+ if ($ this ->response instanceof Responses \TextResponse && $ this ->isControlInvalid ()) {
231231 $ this ->snippetMode = TRUE ;
232232 $ this ->response ->send ($ this ->httpRequest , $ this ->httpResponse );
233233 $ this ->sendPayload ();
@@ -867,7 +867,7 @@ protected function createRequest($component, $destination, array $args, $mode)
867867 throw new InvalidLinkException ("Unable to pass parameters to 'this!' signal. " );
868868 }
869869
870- } elseif (strpos ($ signal , self ::NAME_SEPARATOR ) === FALSE ) { // TODO: AppForm exception
870+ } elseif (strpos ($ signal , self ::NAME_SEPARATOR ) === FALSE ) {
871871 // counterpart of signalReceived() & tryCall()
872872 $ method = $ component ->formatSignalMethod ($ signal );
873873 if (!$ reflection ->hasCallableMethod ($ method )) {
@@ -898,7 +898,7 @@ protected function createRequest($component, $destination, array $args, $mode)
898898 $ action = self ::DEFAULT_ACTION ;
899899 }
900900
901- $ current = ($ action === '* ' || strcasecmp ($ action , $ this ->action ) === 0 ) && $ presenterClass === get_class ($ this ); // TODO
901+ $ current = ($ action === '* ' || strcasecmp ($ action , $ this ->action ) === 0 ) && $ presenterClass === get_class ($ this );
902902
903903 $ reflection = new PresenterComponentReflection ($ presenterClass );
904904 if ($ args || $ destination === 'this ' ) {
0 commit comments