Completed
Push — develop ( 68a722...691984 )
by Greg
09:05
created
app/Functions/FunctionsEdit.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
 	 *
297 297
 	 * @return string
298 298
 	 */
299
-	public static function formControlFamily($id, $name, Family $family=null) {
299
+	public static function formControlFamily($id, $name, Family $family = null) {
300 300
 		$value   = '';
301 301
 		$options = [];
302 302
 
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
 	 *
318 318
 	 * @return string
319 319
 	 */
320
-	public static function formControlIndividual($id, $name, Individual $individual=null) {
320
+	public static function formControlIndividual($id, $name, Individual $individual = null) {
321 321
 		$value   = '';
322 322
 		$options = [];
323 323
 
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
 	 *
339 339
 	 * @return string
340 340
 	 */
341
-	public static function formControlMediaObject($id, $name, Media $media_object=null) {
341
+	public static function formControlMediaObject($id, $name, Media $media_object = null) {
342 342
 		$value   = '';
343 343
 		$options = [];
344 344
 
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
 	 *
360 360
 	 * @return string
361 361
 	 */
362
-	public static function formControlNote($id, $name, Note $note=null) {
362
+	public static function formControlNote($id, $name, Note $note = null) {
363 363
 		$value   = '';
364 364
 		$options = [];
365 365
 
@@ -380,7 +380,7 @@  discard block
 block discarded – undo
380 380
 	 *
381 381
 	 * @return string
382 382
 	 */
383
-	public static function formControlRepository($id, $name, Repository $repository=null) {
383
+	public static function formControlRepository($id, $name, Repository $repository = null) {
384 384
 		$value   = '';
385 385
 		$options = [];
386 386
 
@@ -401,7 +401,7 @@  discard block
 block discarded – undo
401 401
 	 *
402 402
 	 * @return string
403 403
 	 */
404
-	public static function formControlSource($id, $name, Source $source=null) {
404
+	public static function formControlSource($id, $name, Source $source = null) {
405 405
 		$value   = '';
406 406
 		$options = [];
407 407
 
@@ -422,7 +422,7 @@  discard block
 block discarded – undo
422 422
 	 *
423 423
 	 * @return string
424 424
 	 */
425
-	public static function formControlSubmitter($id, $name, GedcomRecord $submitter=null) {
425
+	public static function formControlSubmitter($id, $name, GedcomRecord $submitter = null) {
426 426
 		$value   = '';
427 427
 		$options = [];
428 428
 
Please login to merge, or discard this patch.