Bug 25874 - Explicit return of undef in C4/CourseReserves.pm
Summary: Explicit return of undef in C4/CourseReserves.pm
Status: RESOLVED DUPLICATE of bug 21395
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
Depends on: 23727
Blocks:
  Show dependency treegraph
 
Reported: 2020-06-25 10:22 UTC by Jonathan Druart
Modified: 2020-07-28 09:02 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 25874: Explicit return of undef in C4/CourseReserves.pm (1.07 KB, patch)
2020-06-25 16:15 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2020-06-25 10:22:44 UTC
"return" statement with explicit "undef" at line 87, column 5.  See page 199 of PBP.  (Severity: 5)
Comment 1 Kyle M Hall 2020-06-25 16:15:26 UTC
Created attachment 106309 [details] [review]
Bug 25874: Explicit return of undef in C4/CourseReserves.pm

"return" statement with explicit "undef" at line 87, column 5.  See page 199 of PBP.  (Severity: 5)

Test Plan:
1) perlcritic C4/CourseReserves.pm
    "return" statement with explicit "undef" at line 87, column 5.  See page 199 of PBP.  (Severity: 5)
2) Apply this patch
3) perlcritic C4/CourseReserves.pm
    C4/CourseReserves.pm source OK
Comment 2 Jonathan Druart 2020-07-28 09:02:49 UTC
This has been fixed by bug 21395.

*** This bug has been marked as a duplicate of bug 21395 ***