diff --git a/fillpdf.module b/fillpdf.module index c86da1e91763856b8338d7da4c2f23c0e667ac2a..5e2876740ad464779c4ed529edb32d1a0cc8124b 100644 --- a/fillpdf.module +++ b/fillpdf.module @@ -1642,7 +1642,7 @@ function fillpdf_fields_create_update($fid, $pdf_key, array &$record, $update = * $fillpdf directly. Possible values: url, stream. * * @return array|false - * The parsed fields. + * The parsed fields. */ function fillpdf_execute_parse($method, $fillpdf, $mode = 'url') { switch ($mode) { diff --git a/tests/FillPdfNodeTestCase.test b/tests/FillPdfNodeTestCase.test index e4494535fa57a2701dddd43a4d4d05310d7b59fd..811e2b0ada12c8833d8ce6ff8807b732cd7f0ff4 100644 --- a/tests/FillPdfNodeTestCase.test +++ b/tests/FillPdfNodeTestCase.test @@ -80,7 +80,7 @@ class FillPdfNodeTestCase extends DrupalWebTestCase { /** * Test fillpdf_pdf_link() with a single node in legacy format. * - * fillpdf_pdf_link() accepts a single nid being passed in as $nids. We're + * Fillpdf_pdf_link() accepts a single nid being passed in as $nids. We're * therefore separately testing single entity cases in this legacy format. * All other cases are fully covered by testNodeLink(). */ diff --git a/tests/FillPdfWebformTestCase.test b/tests/FillPdfWebformTestCase.test index 7d9fdcdc51d2a463821fa78241da228ea553c507..ed321502ad4783a03a5a3db665121c46dcb54357 100644 --- a/tests/FillPdfWebformTestCase.test +++ b/tests/FillPdfWebformTestCase.test @@ -80,7 +80,7 @@ class FillPdfWebformTestCase extends DrupalWebTestCase { /** * Test fillpdf_pdf_link() with a single webform in legacy format. * - * fillpdf_pdf_link() accepts a single array of webform and submission being + * Fillpdf_pdf_link() accepts a single array of webform and submission being * passed in as $webform_arr. We're therefore separately testing single * webform cases in this legacy format. All other cases are fully covered * by testWebformLink(). @@ -95,7 +95,7 @@ class FillPdfWebformTestCase extends DrupalWebTestCase { 'nid' => $webform['webform']->nid, 'sid' => $webform['submission']->sid, ); - // fillpdf_pdf_link() also accepts a single webform + // fillpdf_pdf_link() also accepts a single webform. $output = rawurldecode(fillpdf_pdf_link(1, NULL, $webform_arr)); $this->assertEqual($expected, $output, t($this->message, array(